Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h92 case PIPE_LOGICOP_OR_REVERSE: in nvgl_logicop_func()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c94 case PIPE_LOGICOP_OR_REVERSE: in lp_build_logicop()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h201 case PIPE_LOGICOP_OR_REVERSE: in i915_translate_logic_op()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c127 case PIPE_LOGICOP_OR_REVERSE: in translate_logicop()
251 case PIPE_LOGICOP_OR_REVERSE: in emulate_logicop()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h169 case PIPE_LOGICOP_OR_REVERSE: in swr_convert_logic_op()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h95 PIPE_LOGICOP_OR_REVERSE, enumerator
/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.c202 case PIPE_LOGICOP_OR_REVERSE: in nir_logicop_func()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c85 case PIPE_LOGICOP_OR_REVERSE: in v3d_logicop()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h100 PIPE_LOGICOP_OR_REVERSE, enumerator
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c196 case PIPE_LOGICOP_OR_REVERSE: return VK_LOGIC_OP_OR_REVERSE; in logic_op()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c408 case PIPE_LOGICOP_OR_REVERSE: in vc4_logicop()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h753 case PIPE_LOGICOP_OR_REVERSE: in util_logicop_reads_dest()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c228 case PIPE_LOGICOP_OR_REVERSE: in logicop_quad()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1091 [VK_LOGIC_OP_OR_REVERSE] = PIPE_LOGICOP_OR_REVERSE,
/external/virglrenderer/src/
Dvrend_shader.c2076 case PIPE_LOGICOP_OR_REVERSE: in emit_fragment_logicop()
2150 case PIPE_LOGICOP_OR_REVERSE: in emit_fragment_logicop()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c136 PIPE_ASSERT(PIPE_LOGICOP_OR_REVERSE == LOGICOP_OR_REVERSE); in pipe_asserts()