Searched defs:vMask (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_gfx_mem.cpp68 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
93 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
111 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,JIT_MEM_CLIENT usage) argument
H A Dblend_jit.cpp736 Value* vMask[4]; local in function:BlendJit::Create
H A Dbuilder_mem.cpp225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) argument
184 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
204 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
259 GATHER4PS(const SWR_FORMAT_INFO & info,Value * pSrcBase,Value * byteOffsets,Value * vMask,Value * vGatherComponents[],bool bPackedOutput,JIT_MEM_CLIENT usage) argument
333 GATHER4DD(const SWR_FORMAT_INFO & info,Value * pSrcBase,Value * byteOffsets,Value * vMask,Value * vGatherComponents[],bool bPackedOutput,JIT_MEM_CLIENT usage) argument
645 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,JIT_MEM_CLIENT usage) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Ddepthstencil.h273 simdscalar vMask = _simd_and_ps(depthMask, coverageMask); local in function:DepthStencilWrite
H A Dbinner.cpp380 Integer<SIMD_T> vMask = SIMD_T::sllv_epi32(vCwTris, vShiftCntrl); local in function:EarlyRasterizer
H A Dclip.h602 const SIMD256::Float vMask = SIMD256::set_ps(0, -1, -1, -1, -1, -1, -1, -1); local in function:Clipper::ClipSimd
860 GatherComponent(const float * pBuffer,uint32_t attrib,Float<SIMD_T> const & vMask,Integer<SIMD_T> const & vIndices,uint32_t component) argument
872 ScatterComponent(const float * pBuffer,uint32_t attrib,Float<SIMD_T> const & vMask,Integer<SIMD_T> const & vIndices,uint32_t component,Float<SIMD_T> const & vSrc) argument
H A Dfrontend.cpp782 auto vMask = SIMD_T::vmask_ps(mask); local in function:TransposeSOAtoAOS
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_gfx_mem.cpp68 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
93 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
111 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,MEM_CLIENT usage) argument
H A Dblend_jit.cpp738 Value* vMask[4]; local in function:BlendJit::Create
H A Dbuilder_mem.cpp225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) argument
184 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
204 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
264 GATHER4PS(const SWR_FORMAT_INFO & info,Value * pSrcBase,Value * byteOffsets,Value * vMask,Value * vGatherComponents[],bool bPackedOutput,MEM_CLIENT usage) argument
338 GATHER4DD(const SWR_FORMAT_INFO & info,Value * pSrcBase,Value * byteOffsets,Value * vMask,Value * vGatherComponents[],bool bPackedOutput,MEM_CLIENT usage) argument
651 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,MEM_CLIENT usage) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp412 Value *vMask = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_mask}); local in function:BuilderSWR::swr_gs_llvm_emit_vertex
478 Value *vMask = LOAD(iface->pGsCtx, { 0, SWR_GS_CONTEXT_mask }); local in function:BuilderSWR::swr_gs_llvm_end_primitive
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp762 Value *vMask = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_mask}); local in function:BuilderSWR::swr_gs_llvm_emit_vertex
885 Value *vMask = LOAD(iface->pGsCtx, { 0, SWR_GS_CONTEXT_mask }); local in function:BuilderSWR::swr_gs_llvm_end_primitive
1230 Value *vMask = TRUNC(VEXTRACT(unwrap(mask_vec), C(lane)), mInt1Ty); local in function:BuilderSWR::swr_tcs_llvm_store_output
1259 Value *vMask = TRUNC(VEXTRACT(unwrap(mask_vec), C(lane)), mInt1Ty); local in function:BuilderSWR::swr_tcs_llvm_store_output
1294 Value *vMask = TRUNC(VEXTRACT(unwrap(mask_vec), C(lane)), mInt1Ty); local in function:BuilderSWR::swr_tcs_llvm_store_output
[all...]

Completed in 25 milliseconds