Home
last modified time | relevance | path

Searched refs:PIPE_FUNC_LEQUAL (Results 1 - 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h44 case PIPE_FUNC_LEQUAL: in i915_translate_compare_func()
69 case PIPE_FUNC_LEQUAL: in i915_translate_shadow_compare_func()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_hyperz.c53 case PIPE_FUNC_LEQUAL: in r300_get_hiz_func()
86 (func == PIPE_FUNC_LESS || func == PIPE_FUNC_LEQUAL)) in r300_is_hiz_func_valid()
H A Dr300_state_inlines.h125 case PIPE_FUNC_LEQUAL: in r300_translate_depth_stencil_function()
180 case PIPE_FUNC_LEQUAL: in r300_translate_alpha_function()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c115 case PIPE_FUNC_LEQUAL: in lp_build_compare_ext()
144 case PIPE_FUNC_LEQUAL: in lp_build_compare_ext()
201 func == PIPE_FUNC_LEQUAL || in lp_build_compare()
H A Dlp_bld_format_srgb.c143 is_linear = lp_build_compare(gallivm, f32_type, PIPE_FUNC_LEQUAL, srcf, lin_thresh); in lp_build_srgb_to_linear()
302 is_linear = lp_build_compare(gallivm, src_type, PIPE_FUNC_LEQUAL, src, lin_thresh); in lp_build_linear_to_srgb()
H A Dlp_bld_tgsi_aos.c650 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LEQUAL, src0, src1); in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h113 case PIPE_FUNC_LEQUAL: in nvgl_comparison_op()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_zsa.c49 case PIPE_FUNC_LEQUAL: in fd5_zsa_state_create()
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.h138 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER); in func_to_gallium()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.c120 case PIPE_FUNC_LEQUAL: in fd6_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c387 case PIPE_FUNC_LEQUAL: in do_stencil_test()
573 case PIPE_FUNC_LEQUAL: in depth_test_quad()
733 case PIPE_FUNC_LEQUAL: in alpha_test_quads()
1044 case PIPE_FUNC_LEQUAL: in choose_depth_test()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h484 case PIPE_FUNC_LEQUAL: in translate_texture_compare()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c43 case PIPE_FUNC_LEQUAL: return SVGA3D_CMP_LESSEQUAL; in svga_translate_compare_func()
H A Dsvga_state_fs.c275 else if (sampler->compare_func != PIPE_FUNC_LEQUAL) { in make_fs_key()
H A Dsvga_pipe_sampler.c112 case PIPE_FUNC_LEQUAL: in translate_comparison_func()
H A Dsvga_tgsi_insn.c1458 case PIPE_FUNC_LEQUAL: in emit_conditional()
1530 case PIPE_FUNC_LEQUAL: in emit_select()
2912 return emit_select_op( emit, PIPE_FUNC_LEQUAL, insn ); in svga_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c120 case PIPE_FUNC_LEQUAL : return NV30_3D_TEX_WRAP_RCOMP_LEQUAL; in compare_mode()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h124 PIPE_FUNC_LEQUAL, enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c248 samp.compare_func = PIPE_FUNC_LEQUAL; in nine_convert_sampler_state()
H A Dnine_pipe.h627 case D3DCMP_LESSEQUAL: return PIPE_FUNC_LEQUAL; in d3dcmpfunc_to_pipe_func()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c235 cso->depth_func == PIPE_FUNC_LEQUAL) && in vc4_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp825 return PIPE_FUNC_LEQUAL; in translateComparison()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c444 case PIPE_FUNC_LEQUAL: return VK_COMPARE_OP_LESS_OR_EQUAL; in compare_op()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c229 STATIC_ASSERT((enum agx_zs_func) PIPE_FUNC_LEQUAL == AGX_ZS_FUNC_LEQUAL); in agx_create_zsa_state()
332 [PIPE_FUNC_LEQUAL] = AGX_COMPARE_FUNC_LEQUAL,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c203 [PIPE_FUNC_LEQUAL] = LLVMRealOLE, [PIPE_FUNC_GREATER] = LLVMRealOGT, in si_alpha_test()

Completed in 25 milliseconds

12