Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h190 return LOGICOP_XOR; in i915_translate_logic_op()
Di915_reg.h951 #define LOGICOP_XOR 0x6 macro
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h156 return LOGICOP_XOR; in swr_convert_logic_op()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h389 #define LOGICOP_XOR 0x6 macro
Di830_reg.h385 #define LOGICOP_XOR 0x6 macro
/external/igt-gpu-tools/lib/
Di830_reg.h502 #define LOGICOP_XOR 0x6 macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h529 LOGICOP_XOR, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp375 case LOGICOP_XOR: in LogicOpFunc()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c804 [VK_LOGIC_OP_XOR] = LOGICOP_XOR,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c129 PIPE_ASSERT(PIPE_LOGICOP_XOR == LOGICOP_XOR); in pipe_asserts()