Home
last modified time | relevance | path

Searched defs:indexList (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp54 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()
Dbuilder_gfx_mem.cpp170 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/
DDrawIndexedIndirectTests.cpp74 wgpu::Buffer CreateIndexBuffer(std::initializer_list<uint32_t> indexList) { in CreateIndexBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1553 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/
Dgenutil.py323 def swizzle(self, indexList): argument
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py381 def swizzle(self, indexList): argument
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py383 def swizzle(self, indexList): argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp919 spirv::LiteralIntegerList indexList; in accessChainLoad() local