Home
last modified time | relevance | path

Searched refs:LOGICOP_XOR (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h188 return LOGICOP_XOR; in i915_translate_logic_op()
Di915_reg.h917 #define LOGICOP_XOR 0x6 macro
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c900 [VK_LOGIC_OP_XOR] = LOGICOP_XOR,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c133 PIPE_ASSERT(PIPE_LOGICOP_XOR == LOGICOP_XOR); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c132 PIPE_ASSERT(PIPE_LOGICOP_XOR == LOGICOP_XOR); in pipe_asserts()