| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 155 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 D | fd3_program.c | 115 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 D | glsl_parser.h | 55 BUFFER = 262, enumerator in enum:yytokentype
|
| H A D | glsl_lexer.cpp | 2375 KEYWORD_WITH_ALT(0, 0, 430, 310, yyextra->ARB_shader_storage_buffer_object_enable, BUFFER);
|
| H A D | glsl_parser.cpp | 196 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 D | glsl_parser.h | 61 BUFFER = 262, /* BUFFER */ enumerator in enum:yytokentype
|
| H A D | glsl_lexer.cpp | 2465 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 D | d3d12_format.c | 200 DEF_SWIZZLE(BUFFER, 0, 0, 0, X);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/ |
| H A D | adreno_common.xml.h | 174 BUFFER = 1, enumerator in enum:a3xx_instrbuffermode
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 2551 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 D | tgsi.rst | 2517 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 D | 20.0.5.rst | 120 - nv50: don't try to upload MSAA settings for BUFFER textures
|
| H A D | 20.1.0.rst | 2268 - nv50: don't try to upload MSAA settings for BUFFER textures
|
| H A D | 21.2.0.rst | 796 - panfrost: Fix BUFFER image handling
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | evergreen_accel.c | 287 case BUFFER:
|
| H A D | cayman_reg_auto.h | 3912 BUFFER = 0x00, enumerator in enum:__anon0cfe7e3e0103
|
| H A D | evergreen_reg_auto.h | 3612 BUFFER = 0x00, enumerator in enum:__anonfee943480103
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | evergreen_accel.c | 281 case BUFFER:
|
| H A D | cayman_reg_auto.h | 3912 BUFFER = 0x00, enumerator in enum:__anon95224e760103
|
| H A D | evergreen_reg_auto.h | 3612 BUFFER = 0x00, enumerator in enum:__anon2a59c8800103
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 498 NV50_IR_TEX_TARG_CASE(BUFFER, BUFFER);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 496 NV50_IR_TEX_TARG_CASE(BUFFER, BUFFER);
|