Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h192 return LOGICOP_OR; in i915_translate_logic_op()
Di915_reg.h959 #define LOGICOP_OR 0xe macro
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h172 return LOGICOP_OR; in swr_convert_logic_op()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h397 #define LOGICOP_OR 0xe macro
Di830_reg.h393 #define LOGICOP_OR 0xe macro
/external/igt-gpu-tools/lib/
Di830_reg.h510 #define LOGICOP_OR 0xe macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h537 LOGICOP_OR, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp437 case LOGICOP_OR: in LogicOpFunc()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c805 [VK_LOGIC_OP_OR] = LOGICOP_OR,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c137 PIPE_ASSERT(PIPE_LOGICOP_OR == LOGICOP_OR); in pipe_asserts()