Home
last modified time | relevance | path

Searched refs:mInt8PtrTy (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp60 mInt8PtrTy = PointerType::get(mInt8Ty, 0); in Builder()
64 mHandleTy = mInt8PtrTy; in Builder()
Dstreamout_jit.cpp267 mInt8PtrTy, in Create()
268 mInt8PtrTy, in Create()
Dbuilder.h92 Type* mInt8PtrTy; member
Dbuilder_gfx_mem.cpp379 PtrTy = mInt8PtrTy; in TranslateGfxAddressForRead()
391 PtrTy = mInt8PtrTy; in TranslateGfxAddressForWrite()
Dfetch_jit.cpp421 STORE(LOAD(xpSrc, "", mInt8PtrTy, MEM_CLIENT::GFX_MEM_CLIENT_FETCH), pDst); in CreateGatherOddFormats()
444 STORE(LOAD(xpSrc, "", mInt8PtrTy, MEM_CLIENT::GFX_MEM_CLIENT_FETCH), pDst); in CreateGatherOddFormats()
1180 Ty = mInt8PtrTy; in GetSimdValidIndicesHelper()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp212 B->mInt8PtrTy, // pBase in LowerX86()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2904 stipplePtr = BITCAST(stipplePtr, mInt8PtrTy); in CompileFS()