Home
last modified time | relevance | path

Searched refs:IN_BOUNDS_GEP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp80 Value* Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*>& indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder
85 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()
88 Value* Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder
93 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()
Dbuilder_mem.h57 Value* IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*>& indexList);
58 Value* IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList);