/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexBuffer.cpp | 125 gl::DrawElementsType indexType) in setBufferSize() 145 gl::DrawElementsType indexType) in reserveBufferSpace() 171 gl::DrawElementsType indexType) in reserveBufferSpace()
|
D | IndexDataManager.h | 58 gl::DrawElementsType indexType; member
|
D | IndexDataManager.cpp | 285 gl::DrawElementsType indexType, in GetIndexTranslationDestType()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.cpp | 31 gl::DrawElementsType indexType, in initialize() 112 gl::DrawElementsType indexType) in setSize()
|
D | VertexArray11.cpp | 208 gl::DrawElementsType indexType, in updateElementArrayStorage()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.cpp | 32 gl::DrawElementsType indexType, in initialize() 112 gl::DrawElementsType indexType) in setSize()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 220 bool testPrimitiveRestart, VkIndexType indexType) in InputAssemblyTest() 348 bool InputAssemblyTest::isRestartIndex(VkIndexType indexType, uint32_t indexValue) in isRestartIndex() 359 uint32_t InputAssemblyTest::getRestartIndex(VkIndexType indexType) in getRestartIndex() 374 … VkPrimitiveTopology primitiveTopology, VkIndexType indexType) in PrimitiveTopologyTest() 379 …logyTest::createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, in createBufferData() 690 … VkPrimitiveTopology primitiveTopology, VkIndexType indexType, in PrimitiveRestartTest() 766 …tartTest::createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, in createBufferData() 1058 … float primitiveSizeY, int verticesPerPrimitive, VkIndexType indexType, in createListPrimitives() 1117 … VkIndexType indexType, const std::vector<uint32_t> &indexBufferData, in InputAssemblyInstance()
|
D | vktPipelinePushConstantTests.cpp | 311 …onst PushConstantData pushConstantRange[MAX_RANGE_COUNT], bool multipleUpdate, IndexType indexType, in PushConstantGraphicsTestInstance() 785 …stantData pushConstantRange[MAX_RANGE_COUNT], const bool multipleUpdate, const IndexType indexType, in PushConstantGraphicsDisjointInstance() 928 …stantData pushConstantRange[MAX_RANGE_COUNT], const bool multipleUpdate, const IndexType indexType, in PushConstantGraphicsOverlapTestInstance() 1146 … const bool multipleUpdate, const IndexType indexType, in PushConstantGraphicsTest() 1240 const IndexType indexType, const bool pushConstant2, const PushConstantUseStage pcUseStage, in PushConstantGraphicsDisjointTest() 3288 IndexType indexType; in createPushConstantTests() member 3562 IndexType indexType; in createPushConstantTests() member
|
/external/angle/src/tests/perf_tests/ |
D | IndexDataManagerTest.cpp | 28 MockIndexBuffer(unsigned int bufferSize, gl::DrawElementsType indexType) in MockIndexBuffer() 52 MockBufferFactoryD3D(unsigned int bufferSize, gl::DrawElementsType indexType) in MockBufferFactoryD3D()
|
D | DrawElementsPerf.cpp | 214 P CombineIndexType(const P &in, GLenum indexType) in CombineIndexType()
|
/external/skia/src/gpu/ganesh/mtl/ |
D | GrMtlRenderCommandEncoder.h | 207 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 216 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 232 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives()
|
/external/skia/src/gpu/graphite/mtl/ |
D | MtlRenderCommandEncoder.h | 215 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 224 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 240 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 772 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op)) in Z7_COM7F_IMF() 832 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRe… in Z7_COM7F_IMF()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 134 … PrimitiveType primType, IndexType indexType, Function function, in PrimitiveRestartCase() 736 … for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++) in init() local
|
/external/angle/src/libANGLE/renderer/metal/ |
D | BufferMtl.h | 245 const gl::DrawElementsType indexType; member
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 98 const IndexType indexType; member
|
/external/angle/src/common/ |
D | utilities.cpp | 697 IndexRange ComputeIndexRange(DrawElementsType indexType, in ComputeIndexRange() 722 GLuint GetPrimitiveRestartIndex(DrawElementsType indexType) in GetPrimitiveRestartIndex()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
D | hlo_legalize_shape_ops_to_standard.cc | 56 auto indexType = rewriter.getIndexType(); in matchAndRewrite() local
|
D | unfuse_batch_norm.cc | 204 Type indexType = b.getIndexType(); in calculateReduceSize() local
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 402 IndexBuffer::IndexBuffer(const RenderContext &context, IndexType indexType, int numIndices, const v… in IndexBuffer() 515 …oid drawIndexed(const glw::Functions &gl, PrimitiveType type, int numElements, IndexType indexType, in drawIndexed()
|
D | gluDrawUtil.hpp | 173 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 210 VkIndexType indexType; member
|
/external/mesa3d/src/vulkan/runtime/ |
D | vk_command_buffer.c | 168 VkIndexType indexType) in vk_common_CmdBindIndexBuffer()
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | wgpu_utils.cpp | 697 uint32_t GetFirstIndexForDrawCall(gl::DrawElementsType indexType, const void *indices) in GetFirstIndexForDrawCall()
|
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/ |
D | vktDGCUtilExt.hpp | 462 int32_t indexType; member
|