Searched refs:stencil_refs (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 821 LLVMValueRef stencil_refs[2], in lp_build_depth_stencil_test() 1011 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1018 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1100 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1106 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1116 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
|
D | lp_state_fs.c | 319 LLVMValueRef stencil_refs[2]; in generate_fs_loop() local 386 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop() 387 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop() 389 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]); in generate_fs_loop() 390 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]); in generate_fs_loop() 453 stencil_refs, in generate_fs_loop() 562 stencil_refs[0] = LLVMBuildLoad(builder, outputs[s_out][1], "output.s"); in generate_fs_loop() 563 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, ""); in generate_fs_loop() 564 stencil_refs[0] = LLVMBuildAnd(builder, stencil_refs[0], s_max_mask, ""); in generate_fs_loop() 565 stencil_refs[1] = stencil_refs[0]; in generate_fs_loop() [all …]
|
D | lp_bld_depth.h | 64 LLVMValueRef stencil_refs[2],
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 501 uint8_t stencil_refs[2]; member 4454 ctx->sub->stencil_refs[0], in vrend_update_stencil_state() 4470 ctx->sub->stencil_refs[i], in vrend_update_stencil_state() 6635 if (ctx->sub->stencil_refs[0] != ref->ref_value[0] || in vrend_set_stencil_ref() 6636 ctx->sub->stencil_refs[1] != ref->ref_value[1]) { in vrend_set_stencil_ref() 6637 ctx->sub->stencil_refs[0] = ref->ref_value[0]; in vrend_set_stencil_ref() 6638 ctx->sub->stencil_refs[1] = ref->ref_value[1]; in vrend_set_stencil_ref()
|