Home
last modified time | relevance | path

Searched refs:WA_8BIT (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c177 case GL_R8I: return WA_SIGN | WA_8BIT; in gen6_gather_workaround()
178 case GL_R8UI: return WA_8BIT; in gen6_gather_workaround()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_compiler.h167 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
H A Dbrw_fs_visitor.cpp71 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gen6_gather_wa()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_compiler.h176 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_program.c88 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
89 case PIPE_FORMAT_R8_UINT: return WA_8BIT; in gfx6_gather_workaround()
982 int width = (wa & WA_8BIT) ? 8 : 16; in crocus_setup_binding_table()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_program.c88 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
89 case PIPE_FORMAT_R8_UINT: return WA_8BIT; in gfx6_gather_workaround()
982 int width = (wa & WA_8BIT) ? 8 : 16; in crocus_setup_binding_table()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_program.c88 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
89 case PIPE_FORMAT_R8_UINT: return WA_8BIT; in gfx6_gather_workaround()
982 int width = (wa & WA_8BIT) ? 8 : 16; in crocus_setup_binding_table()

123