Searched defs:indexList (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 54 Value* Builder::GEP(Value* ptr, const std::initializer_list<Value*>& indexList, Type* Ty) in GEP() 62 Value* Builder::GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty) in GEP() 80 Value* Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*>& indexList) in IN_BOUNDS_GEP() 88 Value* Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList) in IN_BOUNDS_GEP()
|
D | builder_gfx_mem.cpp | 170 Value* BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty) in GEP() 188 BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty) in GEP()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DrawIndexedIndirectTests.cpp | 74 wgpu::Buffer CreateIndexBuffer(std::initializer_list<uint32_t> indexList) { in CreateIndexBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 1553 const spirv::IdRefList &indexList, in transformAccessChain() 2303 spirv::IdRefList *indexList) in AccessChainIndexListAppend() 2431 spirv::IdRefList indexList; in writeTransformFeedbackEmulationOutput() local 3647 spirv::IdRefList indexList; in transformAccessChain() local 4327 spirv::IdRefList indexList; in transformAccessChain() local
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 323 def swizzle(self, indexList): argument
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | genutil.py | 381 def swizzle(self, indexList): argument
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | genutil.py | 383 def swizzle(self, indexList): argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputSPIRV.cpp | 919 spirv::LiteralIntegerList indexList; in accessChainLoad() local
|