Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h86 case PIPE_LOGICOP_NOOP: in nvgl_logicop_func()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c85 case PIPE_LOGICOP_NOOP: in lp_build_logicop()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h185 case PIPE_LOGICOP_NOOP: in i915_translate_logic_op()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h203 return PIPE_LOGICOP_NOOP; in vk_conv_logic_op()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c121 case PIPE_LOGICOP_NOOP: in translate_logicop()
213 case PIPE_LOGICOP_NOOP: in emulate_logicop()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h164 case PIPE_LOGICOP_NOOP: in swr_convert_logic_op()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c189 case PIPE_LOGICOP_NOOP: in nir_logicop_func()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c81 case PIPE_LOGICOP_NOOP: in v3d_logicop()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h97 PIPE_LOGICOP_NOOP, enumerator
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c397 case PIPE_LOGICOP_NOOP: in vc4_logicop()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h863 case PIPE_LOGICOP_NOOP: in util_logicop_reads_dest()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c424 case PIPE_LOGICOP_NOOP: return "noop"; in logicop_str()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c317 case PIPE_LOGICOP_NOOP: return VK_LOGIC_OP_NO_OP; in logic_op()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c455 case VK_LOGIC_OP_NO_OP: return PIPE_LOGICOP_NOOP; in translate_logicop()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c218 case PIPE_LOGICOP_NOOP: in logicop_quad()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp274 case PIPE_LOGICOP_NOOP: return D3D12_LOGIC_OP_NOOP; in logic_op()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1113 [VK_LOGIC_OP_NO_OP] = PIPE_LOGICOP_NOOP,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c133 PIPE_ASSERT(PIPE_LOGICOP_NOOP == LOGICOP_NOOP); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c134 PIPE_ASSERT(PIPE_LOGICOP_NOOP == LOGICOP_NOOP); in pipe_asserts()