Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h68 case PIPE_LOGICOP_NOR: in nvgl_logicop_func()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c58 case PIPE_LOGICOP_NOR: in lp_build_logicop()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h193 case PIPE_LOGICOP_NOR: in i915_translate_logic_op()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h185 return PIPE_LOGICOP_NOR; in vk_conv_logic_op()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c103 case PIPE_LOGICOP_NOR: in translate_logicop()
264 case PIPE_LOGICOP_NOR: in emulate_logicop()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h146 case PIPE_LOGICOP_NOR: in swr_convert_logic_op()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c171 case PIPE_LOGICOP_NOR: in nir_logicop_func()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c63 case PIPE_LOGICOP_NOR: in v3d_logicop()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h88 PIPE_LOGICOP_NOR, enumerator
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c379 case PIPE_LOGICOP_NOR: in vc4_logicop()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h855 case PIPE_LOGICOP_NOR: in util_logicop_reads_dest()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c415 case PIPE_LOGICOP_NOR: return "nor"; in logicop_str()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c308 case PIPE_LOGICOP_NOR: return VK_LOGIC_OP_NOR; in logic_op()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c458 case VK_LOGIC_OP_NOR: return PIPE_LOGICOP_NOR; in translate_logicop()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c182 case PIPE_LOGICOP_NOR: in logicop_quad()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp265 case PIPE_LOGICOP_NOR: return D3D12_LOGIC_OP_NOR; in logic_op()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1116 [VK_LOGIC_OP_NOR] = PIPE_LOGICOP_NOR,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c124 PIPE_ASSERT(PIPE_LOGICOP_NOR == LOGICOP_NOR); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c125 PIPE_ASSERT(PIPE_LOGICOP_NOR == LOGICOP_NOR); in pipe_asserts()