Home
last modified time | relevance | path

Searched refs:LOGICOP_NOR (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h194 return LOGICOP_NOR; in i915_translate_logic_op()
Di915_reg.h912 #define LOGICOP_NOR 0x1 macro
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h147 return LOGICOP_NOR; in swr_convert_logic_op()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h384 #define LOGICOP_NOR 0x1 macro
Di830_reg.h380 #define LOGICOP_NOR 0x1 macro
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h524 LOGICOP_NOR, enumerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp335 case LOGICOP_NOR: in LogicOpFunc()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c880 [VK_LOGIC_OP_NOR] = 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()