Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Support/
DELFAttributeParser.cpp87 void ELFAttributeParser::parseIndexList(SmallVectorImpl<uint8_t> &indexList) { in parseIndexList()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1504 const spirv::IdRefList &indexList, in transformAccessChain()
2254 spirv::IdRefList *indexList) in AccessChainIndexListAppend()
2382 spirv::IdRefList indexList; in writeTransformFeedbackEmulationOutput() local
3595 spirv::IdRefList indexList; in transformAccessChain() local
4275 spirv::IdRefList indexList; in transformAccessChain() local
/external/deqp/modules/gles2/scripts/
Dgenutil.py323 def swizzle(self, indexList): argument
/external/deqp/modules/gles3/scripts/
Dgenutil.py381 def swizzle(self, indexList): argument
/external/deqp/modules/gles31/scripts/
Dgenutil.py383 def swizzle(self, indexList): argument
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp789 spirv::LiteralIntegerList indexList; in accessChainLoad() local