Home
last modified time | relevance | path

Searched refs:LOGICOP_NOR (Results 1 – 5 of 5) 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/intel/vulkan/
DgenX_pipeline.c902 [VK_LOGIC_OP_NOR] = LOGICOP_NOR,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c128 PIPE_ASSERT(PIPE_LOGICOP_NOR == LOGICOP_NOR); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c127 PIPE_ASSERT(PIPE_LOGICOP_NOR == LOGICOP_NOR); in pipe_asserts()