Home
last modified time | relevance | path

Searched defs:topology (Results 1 – 25 of 250) sorted by relevance

12345678910

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_compiler_test.cc38 PjRtTestTopology topology; in TEST() local
54 PjRtTestTopology topology; in TEST() local
60 const PjRtDeviceTopology& topology, PjRtClient* client) override { in TEST()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp119 std::vector<Vec4> genVertices(const VkPrimitiveTopology topology, const Vec4 &offset, const float s… in genVertices()
396 void initPrograms(SourceCollections &programCollection, const VkPrimitiveTopology topology) in initPrograms()
414 tcu::TestStatus testPrimitivesInside(Context &context, const VkPrimitiveTopology topology) in testPrimitivesInside()
501 tcu::TestStatus testPrimitivesOutside(Context &context, const VkPrimitiveTopology topology) in testPrimitivesOutside()
565 tcu::TestStatus testPrimitivesDepthClamp(Context &context, const VkPrimitiveTopology topology) in testPrimitivesDepthClamp()
661 tcu::TestStatus testPrimitivesDepthClip(Context &context, const VkPrimitiveTopology topology) in testPrimitivesDepthClip()
1077 const VkPrimitiveTopology topology; member
1747 void checkTopologySupport(Context &context, const VkPrimitiveTopology topology) in checkTopologySupport()
1915 const VkPrimitiveTopology topology = in addClippingTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp379 void PrimitiveTopologyTest::createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData()
766 void PrimitiveRestartTest::createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkInd… in createBufferData()
1470 const rr::PrimitiveType topology = m_primitiveTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST ? in verifyImage() local
1557 std::string getPrimitiveTopologyCaseName(VkPrimitiveTopology topology) in getPrimitiveTopologyCaseName()
1577 const VkPrimitiveTopology topology = InputAssemblyTest::s_primitiveTopologies[topologyNdx]; in createPrimitiveTopologyTests() local
1634 const VkPrimitiveTopology topology = primitiveRestartTopologies[topologyNdx]; in createPrimitiveRestartTests() local
H A DvktPipelineMultisampleTests.cpp1314 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1355 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1402 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1449 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1534 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1576 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1623 …Context &context, VkPrimitiveTopology topology, float pointSize, const std::vector<Vertex4RGBA> &v… in createMultisampleTestInstance()
1925 … &context, PipelineConstructionType pipelineConstructionType, VkPrimitiveTopology topology, float … in RasterizationSamplesInstance()
2034 VkPrimitiveTopology topology, float pointSize, in MinSampleShadingInstance()
2171 …xt &context, const PipelineConstructionType pipelineConstructionType, VkPrimitiveTopology topology, in MinSampleShadingDisabledInstance()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/dev/i915/
H A Dintel_device_info.c50 const struct drm_i915_query_topology_info *topology, in update_from_single_slice_topology()
129 const struct drm_i915_query_topology_info *topology) in update_from_topology()
172 struct drm_i915_query_topology_info *topology; in intel_device_info_i915_update_from_masks() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c11 uint32_t topology; member
276 unsigned topology) in ir3_nir_lower_to_explicit_output()
634 unsigned topology) in ir3_nir_lower_tess_ctrl()
766 unsigned topology) in ir3_nir_lower_tess_eval()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp112 VkPrimitiveTopology topology; member
241const VkPrimitiveTopology topology, const VkSampleCountFlagBits rasterizationSamples, const bool w… in makeGraphicsPipeline()
702 const VkPrimitiveTopology topology = m_testParams.topology; in iterate() local
1984 VkPrimitiveTopology topology; in createTests() member
2060 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local
2218 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local
2266 const VkPrimitiveTopology topology = topologies[topologyNdx].topology; in createTests() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dinput_assembly.rs29 pub topology: PartialStateMode<PrimitiveTopology, PrimitiveTopologyClass>, field
58 pub fn topology(mut self, topology: PrimitiveTopology) -> Self { in topology() method
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayTopologyCoordinatorTest.kt99 val topology = mock<DisplayTopology>() in setTopology_normalize() constant
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Ddevice_assignment.py31 def _compute_task_and_cores_to_replicas(core_assignment, topology): argument
103 def topology(self) -> Topology: member in DeviceAssignment
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp69 static VkDeviceSize getXfbBufferSize(uint32_t vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize()
95 … const std::vector<size_t> &provoking, uint32_t count, VkPrimitiveTopology topology, in verifyXfbBuffer()
1131 for (const Topology &topology : topologies) in createTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp122 vk::VkPrimitiveTopology topology; member
294 … const tcu::ConstPixelBufferAccess &result, const vk::VkPrimitiveTopology topology) in imageCompare()
1652 const vk::VkPrimitiveTopology topology; member
1670 const vk::VkPrimitiveTopology topology = caseParams.topology; in populateSubGroup() local
1785 … const vk::VkPrimitiveTopology topology(static_cast<vk::VkPrimitiveTopology>(topologyIdx)); in createDrawTests() local
H A DvktDrawMultipleClearsWithinRenderPass.cpp115 VkPrimitiveTopology topology; member
145 Topology topology; member
838 for (const auto &topology : topologiesToTest) in init() local
/aosp_15_r20/external/swiftshader/src/Device/
H A DContext.cpp26 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount()
51 VkPrimitiveTopology topology, in ProcessPrimitiveRestart()
248 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, boo… in getIndexBuffers()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.h170 radv_conv_prim_to_gs_out(uint32_t topology, bool is_ngg) in radv_conv_prim_to_gs_out()
218 radv_translate_prim(unsigned topology) in radv_translate_prim()
249 radv_prim_is_points_or_lines(unsigned topology) in radv_prim_is_points_or_lines()
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc43 VkPrimitiveTopology ToVkTopology(Topology topology) { in ToVkTopology()
568 VkPrimitiveTopology topology, in CreateVkGraphicsPipeline()
/aosp_15_r20/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java1350 public void setDisplayTopology(DisplayTopology topology) { in setDisplayTopology()
1423 public void onTopologyChanged(DisplayTopology topology) { in onTopologyChanged()
1625 void onTopologyChanged(DisplayTopology topology) { in onTopologyChanged()
H A DIDisplayManagerCallback.aidl24 oneway void onTopologyChanged(in DisplayTopology topology); in onTopologyChanged()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp131 …acingCaseInstance::BuiltinGlFrontFacingCaseInstance(Context &context, VkPrimitiveTopology topology) in BuiltinGlFrontFacingCaseInstance()
213 …ontFacingCase::BuiltinGlFrontFacingCase(TestContext &testCtx, VkPrimitiveTopology topology, const … in BuiltinGlFrontFacingCase()
300 …FragDepthCaseInstance::BuiltinFragDepthCaseInstance(Context &context, VkPrimitiveTopology topology, in BuiltinFragDepthCaseInstance()
1606 …pthCase::BuiltinFragDepthCase(TestContext &testCtx, const char *name, VkPrimitiveTopology topology, in BuiltinFragDepthCase()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_platform_interface.h62 TpuTopologyExternal topology() { in topology() function
/aosp_15_r20/external/arm-trusted-firmware/include/lib/fconf/
H A Dfconf_amu_getter.h15 const struct amu_topology *topology; member
H A Dfconf_mpmm_getter.h15 const struct mpmm_topology *topology; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/fconf/
Dfconf_amu_getter.h15 const struct amu_topology *topology; member
Dfconf_mpmm_getter.h15 const struct mpmm_topology *topology; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h63 static inline unsigned vk_conv_topology(VkPrimitiveTopology topology) in vk_conv_topology()

12345678910