| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | depthstencil.h | 203 simdscalar stencilRef; local in function:DepthStencilTest 221 stencilRef = _simd_set1_ps((float)(stencilRefValue & stencilTestMask)); 228 stencilMask = _simd_cmple_ps(stencilRef, stencilWithMask); 231 stencilMask = _simd_cmplt_ps(stencilRef, stencilWithMask); 234 stencilMask = _simd_cmpgt_ps(stencilRef, stencilWithMask); 237 stencilMask = _simd_cmpge_ps(stencilRef, stencilWithMask); 240 stencilMask = _simd_cmpeq_ps(stencilRef, stencilWithMask); 243 stencilMask = _simd_cmpneq_ps(stencilRef, stencilWithMask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 84 * \param stencilRef the stencil reference value, replicated as a vector 91 LLVMValueRef stencilRef, 113 /* compute stencilRef = stencilRef & valuemask */ 115 stencilRef = LLVMBuildAnd(builder, stencilRef, valuemask, ""); 120 res = lp_build_cmp(bld, stencil->func, stencilRef, stencilVals); 170 LLVMValueRef stencilRef, 206 res = stencilRef; 89 lp_build_stencil_test_single(struct lp_build_context * bld,const struct pipe_stencil_state * stencil,LLVMValueRef stencilRef,LLVMValueRef stencilVals) argument 167 lp_build_stencil_op_single(struct lp_build_context * bld,const struct pipe_stencil_state * stencil,enum stencil_op op,LLVMValueRef stencilRef,LLVMValueRef stencilVals) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 85 * \param stencilRef the stencil reference value, replicated as a vector 92 LLVMValueRef stencilRef, 114 /* compute stencilRef = stencilRef & valuemask */ 116 stencilRef = LLVMBuildAnd(builder, stencilRef, valuemask, ""); 121 res = lp_build_cmp(bld, stencil->func, stencilRef, stencilVals); 171 LLVMValueRef stencilRef, 207 res = stencilRef; 90 lp_build_stencil_test_single(struct lp_build_context * bld,const struct pipe_stencil_state * stencil,LLVMValueRef stencilRef,LLVMValueRef stencilVals) argument 168 lp_build_stencil_op_single(struct lp_build_context * bld,const struct pipe_stencil_state * stencil,enum stencil_op op,LLVMValueRef stencilRef,LLVMValueRef stencilVals) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_dx.h | 389 uint32 stencilRef; member in struct:SVGA3dCmdDXSetDepthStencilState 1595 uint32 stencilRef; member in struct:SVGADXContextMobFormat::__anoncfb9ff1d1908
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_dx.h | 430 uint32 stencilRef; member in struct:SVGA3dCmdDXSetDepthStencilState 1752 uint32 stencilRef; member in struct:SVGADXContextMobFormat::__anonac0ea0701908
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.h | 391 uint32 stencilRef);
|
| H A D | svga_cmd_vgpu10.c | 417 uint32 stencilRef) 421 SVGA3D_COPY_BASIC_2(depthStencilId, stencilRef); 415 SVGA3D_vgpu10_SetDepthStencilState(struct svga_winsys_context * swc,SVGA3dDepthStencilStateId depthStencilId,uint32 stencilRef) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.h | 391 uint32 stencilRef);
|
| H A D | svga_cmd_vgpu10.c | 417 uint32 stencilRef) 421 SVGA3D_COPY_BASIC_2(depthStencilId, stencilRef); 415 SVGA3D_vgpu10_SetDepthStencilState(struct svga_winsys_context * swc,SVGA3dDepthStencilStateId depthStencilId,uint32 stencilRef) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 1564 SVGA3D_DUMP_PARAMETER(stencilRef, u);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 1564 SVGA3D_DUMP_PARAMETER(stencilRef, u);
|