Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h92 case PIPE_LOGICOP_OR_REVERSE: in nvgl_logicop_func()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c94 case PIPE_LOGICOP_OR_REVERSE: in lp_build_logicop()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h199 case PIPE_LOGICOP_OR_REVERSE: in i915_translate_logic_op()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h209 return PIPE_LOGICOP_OR_REVERSE; in vk_conv_logic_op()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h170 case PIPE_LOGICOP_OR_REVERSE: in swr_convert_logic_op()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c195 case PIPE_LOGICOP_OR_REVERSE: in nir_logicop_func()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c85 case PIPE_LOGICOP_OR_REVERSE: in v3d_logicop()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h100 PIPE_LOGICOP_OR_REVERSE, enumerator
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c401 case PIPE_LOGICOP_OR_REVERSE: in vc4_logicop()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h865 case PIPE_LOGICOP_OR_REVERSE: in util_logicop_reads_dest()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c427 case PIPE_LOGICOP_OR_REVERSE: return "or-reverse"; in logicop_str()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c320 case PIPE_LOGICOP_OR_REVERSE: return VK_LOGIC_OP_OR_REVERSE; in logic_op()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c461 case VK_LOGIC_OP_OR_REVERSE: return PIPE_LOGICOP_OR_REVERSE; in translate_logicop()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c230 case PIPE_LOGICOP_OR_REVERSE: in logicop_quad()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp277 case PIPE_LOGICOP_OR_REVERSE: return D3D12_LOGIC_OP_OR_REVERSE; in logic_op()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1119 [VK_LOGIC_OP_OR_REVERSE] = PIPE_LOGICOP_OR_REVERSE,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c136 PIPE_ASSERT(PIPE_LOGICOP_OR_REVERSE == LOGICOP_OR_REVERSE); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c137 PIPE_ASSERT(PIPE_LOGICOP_OR_REVERSE == LOGICOP_OR_REVERSE); in pipe_asserts()