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_misc.h95 Value *IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*> &indexList);
96 Value *IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t> &indexList);
Dbuilder_misc.cpp322 Value *Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<Value*> &indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder
327 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()
330 Value *Builder::IN_BOUNDS_GEP(Value* ptr, const std::initializer_list<uint32_t> &indexList) in IN_BOUNDS_GEP() function in SwrJit::Builder
335 return IN_BOUNDS_GEP(ptr, indices); in IN_BOUNDS_GEP()