Searched refs:stencil_refs (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 65 LLVMValueRef stencil_refs[2],
|
D | lp_bld_depth.c | 831 LLVMValueRef stencil_refs[2], in lp_build_depth_stencil_test() 1021 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1028 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1110 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1116 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1126 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
|
D | lp_state_fs.c | 589 LLVMValueRef stencil_refs[2]; in generate_fs_loop() local 666 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop() 667 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop() 669 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]); in generate_fs_loop() 670 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]); in generate_fs_loop() 824 stencil_refs, in generate_fs_loop() 1145 stencil_refs[0] = LLVMBuildLoad(builder, outputs[s_out][1], "output.s"); in generate_fs_loop() 1146 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, ""); in generate_fs_loop() 1147 stencil_refs[0] = LLVMBuildAnd(builder, stencil_refs[0], s_max_mask, ""); in generate_fs_loop() 1148 stencil_refs[1] = stencil_refs[0]; in generate_fs_loop() [all …]
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 6049 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; in iris_upload_dirty_render_state() local 6050 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { in iris_upload_dirty_render_state() 6054 iris_emit_merge(batch, cso->wmds, stencil_refs, ARRAY_SIZE(cso->wmds)); in iris_upload_dirty_render_state() 6073 uint32_t stencil_refs[GENX(3DSTATE_WM_DEPTH_STENCIL_length)]; in iris_upload_dirty_render_state() local 6074 iris_pack_command(GENX(3DSTATE_WM_DEPTH_STENCIL), &stencil_refs, wmds) { in iris_upload_dirty_render_state() 6082 iris_batch_emit(batch, stencil_refs, sizeof(stencil_refs)); in iris_upload_dirty_render_state()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 638 uint8_t stencil_refs[2]; member 5320 sub_ctx->stencil_refs[0], in vrend_update_stencil_state() 5336 sub_ctx->stencil_refs[i], in vrend_update_stencil_state() 8254 if (ctx->sub->stencil_refs[0] != ref->ref_value[0] || in vrend_set_stencil_ref() 8255 ctx->sub->stencil_refs[1] != ref->ref_value[1]) { in vrend_set_stencil_ref() 8256 ctx->sub->stencil_refs[0] = ref->ref_value[0]; in vrend_set_stencil_ref() 8257 ctx->sub->stencil_refs[1] = ref->ref_value[1]; in vrend_set_stencil_ref()
|