Home
last modified time | relevance | path

Searched refs:PIPE_LOGICOP_AND_REVERSE (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h74 case PIPE_LOGICOP_AND_REVERSE: in nvgl_logicop_func()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c67 case PIPE_LOGICOP_AND_REVERSE: in lp_build_logicop()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h179 case PIPE_LOGICOP_AND_REVERSE: in i915_translate_logic_op()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c109 case PIPE_LOGICOP_AND_REVERSE: in translate_logicop()
232 case PIPE_LOGICOP_AND_REVERSE: in emulate_logicop()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h151 case PIPE_LOGICOP_AND_REVERSE: in swr_convert_logic_op()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h84 #define PIPE_LOGICOP_AND_REVERSE 4 macro
/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.c184 case PIPE_LOGICOP_AND_REVERSE: in nir_logicop_func()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c69 case PIPE_LOGICOP_AND_REVERSE: in v3d_logicop()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h91 PIPE_LOGICOP_AND_REVERSE, enumerator
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c187 case PIPE_LOGICOP_AND_REVERSE: return VK_LOGIC_OP_AND_REVERSE; in logic_op()
/external/crosvm/gpu_renderer/src/generated/
Dp_defines.rs37 pub const PIPE_LOGICOP_AND_REVERSE: u32 = 4; constant
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h745 case PIPE_LOGICOP_AND_REVERSE: in util_logicop_reads_dest()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c392 case PIPE_LOGICOP_AND_REVERSE: in vc4_logicop()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c192 case PIPE_LOGICOP_AND_REVERSE: in logicop_quad()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1082 [VK_LOGIC_OP_AND_REVERSE] = PIPE_LOGICOP_AND_REVERSE,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c127 PIPE_ASSERT(PIPE_LOGICOP_AND_REVERSE == LOGICOP_AND_REVERSE); in pipe_asserts()