Home
last modified time | relevance | path

Searched refs:PIPE_FUNC_LEQUAL (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h45 case PIPE_FUNC_LEQUAL: in i915_translate_compare_func()
70 case PIPE_FUNC_LEQUAL: in i915_translate_shadow_compare_func()
/external/mesa3d/src/gallium/drivers/r300/
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()
Dr300_state_inlines.h125 case PIPE_FUNC_LEQUAL: in r300_translate_depth_stencil_function()
180 case PIPE_FUNC_LEQUAL: in r300_translate_alpha_function()
/external/mesa3d/src/gallium/auxiliary/gallivm/
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()
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()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h113 case PIPE_FUNC_LEQUAL: in nvgl_comparison_op()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.h97 case PIPE_FUNC_LEQUAL: return MALI_FUNC_LEQUAL; in panfrost_translate_compare_func()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_zsa.c50 case PIPE_FUNC_LEQUAL: in fd5_zsa_state_create()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c387 case PIPE_FUNC_LEQUAL: in do_stencil_test()
564 case PIPE_FUNC_LEQUAL: in depth_test_quad()
736 case PIPE_FUNC_LEQUAL: in alpha_test_quads()
954 case PIPE_FUNC_LEQUAL: in choose_depth_test()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c57 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER); in st_compare_func_to_pipe()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c121 case PIPE_FUNC_LEQUAL: in fd6_zsa_state_create()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h485 case PIPE_FUNC_LEQUAL: in translate_texture_compare()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h234 case PIPE_FUNC_LEQUAL: in swr_convert_depth_func()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c43 case PIPE_FUNC_LEQUAL: return SVGA3D_CMP_LESSEQUAL; in svga_translate_compare_func()
Dsvga_state_fs.c336 else if (sampler->compare_func != PIPE_FUNC_LEQUAL) { in make_fs_key()
Dsvga_pipe_sampler.c112 case PIPE_FUNC_LEQUAL: in translate_comparison_func()
Dsvga_tgsi_insn.c1459 case PIPE_FUNC_LEQUAL: in emit_conditional()
1531 case PIPE_FUNC_LEQUAL: in emit_select()
2846 return emit_select_op( emit, PIPE_FUNC_LEQUAL, insn ); in svga_emit_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h115 #define PIPE_FUNC_LEQUAL 3 macro
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c120 case PIPE_FUNC_LEQUAL : return NV30_3D_TEX_WRAP_RCOMP_LEQUAL; in compare_mode()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c245 samp.compare_func = PIPE_FUNC_LEQUAL; in nine_convert_sampler_state()
Dnine_pipe.h593 case D3DCMP_LESSEQUAL: return PIPE_FUNC_LEQUAL; in d3dcmpfunc_to_pipe_func()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h124 PIPE_FUNC_LEQUAL, enumerator
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c290 case PIPE_FUNC_LEQUAL: return VK_COMPARE_OP_LESS_OR_EQUAL; in compare_op()
/external/crosvm/gpu_renderer/src/generated/
Dp_defines.rs61 pub const PIPE_FUNC_LEQUAL: u32 = 3; constant
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c235 cso->depth.func == PIPE_FUNC_LEQUAL) && in vc4_create_depth_stencil_alpha_state()

12