Searched refs:BUFFER (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c155 fpbuffer = BUFFER;
156 vpbuffer = BUFFER;
161 * Decide whether to use BUFFER or CACHE mode for VS and FS. It
163 * exceeds 128 then blob will try to keep FS in BUFFER mode and
165 * to switch FS out of BUFFER mode at slightly under 128. But
169 * TODO check if these thresholds for BUFFER vs CACHE mode are the
175 /* FP:BUFFER VP:CACHE */
179 /* FP:CACHE VP:BUFFER */
189 if (fpbuffer == BUFFER) {
319 A3XX_SP_FS_CTRL_REG0_INSTRBUFFERMODE(BUFFER));
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c115 fpbuffer = BUFFER;
116 vpbuffer = BUFFER;
121 * Decide whether to use BUFFER or CACHE mode for VS and FS. It
123 * exceeds 128 then blob will try to keep FS in BUFFER mode and
125 * to switch FS out of BUFFER mode at slightly under 128. But
129 * TODO check if these thresholds for BUFFER vs CACHE mode are the
135 /* FP:BUFFER VP:CACHE */
139 /* FP:CACHE VP:BUFFER */
149 if (fpbuffer == BUFFER) {
293 A3XX_SP_FS_CTRL_REG0_INSTRBUFFERMODE(BUFFER));
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h55 BUFFER = 262, enumerator in enum:yytokentype
H A Dglsl_lexer.cpp2375 KEYWORD_WITH_ALT(0, 0, 430, 310, yyextra->ARB_shader_storage_buffer_object_enable, BUFFER);
H A Dglsl_parser.cpp196 BUFFER = 262, enumerator in enum:yytokentype
749 "BASIC_TYPE_TOK", "BREAK", "BUFFER", "CONTINUE", "DO", "ELSE", "FOR",
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h61 BUFFER = 262, /* BUFFER */ enumerator in enum:yytokentype
H A Dglsl_lexer.cpp2465 KEYWORD_WITH_ALT(0, 0, 430, 310, yyextra->ARB_shader_storage_buffer_object_enable, BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_format.c200 DEF_SWIZZLE(BUFFER, 0, 0, 0, X);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/
H A Dadreno_common.xml.h174 BUFFER = 1, enumerator in enum:a3xx_instrbuffermode
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst2551 For these opcodes, the resource can be a BUFFER, IMAGE, or MEMORY.
2557 Example: ``LOAD TEMP[0], BUFFER[0], TEMP[1]``
2584 Example: ``STORE BUFFER[0], TEMP[0], TEMP[1]``
2607 Example: ``RESQ TEMP[0], BUFFER[0]``
2699 entire execution of the atomic operation. The resource may be a BUFFER,
2710 Example: ``ATOMUADD TEMP[0], BUFFER[0], TEMP[1], TEMP[2]``
2725 Example: ``ATOMFADD TEMP[0], BUFFER[0], TEMP[1], TEMP[2]``
2740 Example: ``ATOMXCHG TEMP[0], BUFFER[0], TEMP[1], TEMP[2]``
2755 Example: ``ATOMCAS TEMP[0], BUFFER[0], TEMP[1], TEMP[2], TEMP[3]``
2770 Example: ``ATOMAND TEMP[0], BUFFER[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst2517 For these opcodes, the resource can be a BUFFER, IMAGE, or MEMORY.
2523 Example: ``LOAD TEMP[0], BUFFER[0], TEMP[1]``
2550 Example: ``STORE BUFFER[0], TEMP[0], TEMP[1]``
2573 Example: ``RESQ TEMP[0], BUFFER[0]``
2665 entire execution of the atomic operation. The resource may be a BUFFER,
2676 Example: ``ATOMUADD TEMP[0], BUFFER[0], TEMP[1], TEMP[2]``
2691 Example: ``ATOMFADD TEMP[0], BUFFER[0], TEMP[1], TEMP[2]``
2706 Example: ``ATOMXCHG TEMP[0], BUFFER[0], TEMP[1], TEMP[2]``
2721 Example: ``ATOMCAS TEMP[0], BUFFER[0], TEMP[1], TEMP[2], TEMP[3]``
2736 Example: ``ATOMAND TEMP[0], BUFFER[
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.5.rst120 - nv50: don't try to upload MSAA settings for BUFFER textures
H A D20.1.0.rst2268 - nv50: don't try to upload MSAA settings for BUFFER textures
H A D21.2.0.rst796 - panfrost: Fix BUFFER image handling
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_accel.c287 case BUFFER:
H A Dcayman_reg_auto.h3912 BUFFER = 0x00, enumerator in enum:__anon0cfe7e3e0103
H A Devergreen_reg_auto.h3612 BUFFER = 0x00, enumerator in enum:__anonfee943480103
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_accel.c281 case BUFFER:
H A Dcayman_reg_auto.h3912 BUFFER = 0x00, enumerator in enum:__anon95224e760103
H A Devergreen_reg_auto.h3612 BUFFER = 0x00, enumerator in enum:__anon2a59c8800103
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp498 NV50_IR_TEX_TARG_CASE(BUFFER, BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp496 NV50_IR_TEX_TARG_CASE(BUFFER, BUFFER);

Completed in 114 milliseconds