| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_depth.h | 64 LLVMValueRef stencil_refs[2],
|
| lp_bld_depth.c | 819 * \param stencil_refs the front/back stencil ref values (scalar) 832 LLVMValueRef stencil_refs[2], 1022 stencil_refs, stencil_vals, 1029 stencil_refs, stencil_vals, 1111 stencil_refs, stencil_vals, 1117 stencil_refs, stencil_vals, 1127 stencil_refs, stencil_vals,
|
| lp_state_fs.c | 593 LLVMValueRef stencil_refs[2]; local 672 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); 673 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); 675 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]); 676 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]); 841 stencil_refs, 1199 stencil_refs[0] = LLVMBuildLoad(builder, ptr, "output.s"); 1202 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, "") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_bld_depth.h | 64 LLVMValueRef stencil_refs[2],
|
| lp_bld_depth.c | 809 * \param stencil_refs the front/back stencil ref values (scalar) 821 LLVMValueRef stencil_refs[2], 1011 stencil_refs, stencil_vals, 1018 stencil_refs, stencil_vals, 1100 stencil_refs, stencil_vals, 1106 stencil_refs, stencil_vals, 1116 stencil_refs, stencil_vals,
|
| lp_state_fs.c | 319 LLVMValueRef stencil_refs[2]; local 386 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); 387 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); 389 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]); 390 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]); 453 stencil_refs, 562 stencil_refs[0] = LLVMBuildLoad(builder, outputs[s_out][1], "output.s"); 563 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, "") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_state.c | 6229 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; local 6230 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { 6234 iris_emit_merge(batch, cso->wmds, stencil_refs, ARRAY_SIZE(cso->wmds)); 6253 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; local 6254 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { 6262 iris_batch_emit(batch, stencil_refs, sizeof(stencil_refs));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_state.c | 4953 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; local 4954 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { 4958 iris_emit_merge(batch, cso->wmds, stencil_refs, ARRAY_SIZE(cso->wmds));
|