| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | linker_util.h | 28 struct gl_uniform_storage; 60 struct gl_uniform_storage *uniform);
|
| H A D | ir_uniform.h | 38 #define INACTIVE_UNIFORM_EXPLICIT_LOCATION ((gl_uniform_storage *) -1) 75 * If \c gl_uniform_storage::base_type is an opaque type, this 77 * gl_uniform_storage::array_elements is not zero, the array will 79 * gl_uniform_storage::array_elements - 1, inclusive. 91 struct gl_uniform_storage { struct
|
| H A D | gl_nir_linker.c | 28 #include "ir_uniform.h" /* for gl_uniform_storage */ 55 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i];
|
| H A D | gl_nir_link_uniforms.c | 26 #include "compiler/glsl/ir_uniform.h" /* for gl_uniform_storage */ 46 struct gl_uniform_storage *, 61 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i]; 72 /* Set remap table entries point to correct gl_uniform_storage. */ 85 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i]; 111 struct gl_uniform_storage *, 123 /* Set remap table entries point to correct gl_uniform_storage. */ 133 static struct gl_uniform_storage * 244 const struct gl_uniform_storage *uniform, 288 struct gl_uniform_storage *unifor [all...] |
| H A D | linker_util.cpp | 27 #include "ir_uniform.h" /* for gl_uniform_storage */ 73 struct gl_uniform_storage *uniform)
|
| H A D | link_uniform_initializers.cpp | 36 static gl_uniform_storage * 119 struct gl_uniform_storage *const storage = get_storage(prog, name); 217 struct gl_uniform_storage *const storage = get_storage(prog, name);
|
| H A D | gl_nir_link_atomics.c | 27 #include "compiler/glsl/ir_uniform.h" /* for gl_uniform_storage */ 104 struct gl_uniform_storage *const storage = 210 struct gl_uniform_storage *storage =
|
| H A D | link_uniforms.cpp | 457 * the map to connect that slot in the \c gl_uniform_storage table 463 * the \c gl_uniform_storage and \c gl_constant_value arrays are "big 470 struct gl_uniform_storage *uniforms, 610 struct gl_uniform_storage *uniform, 672 struct gl_uniform_storage *uniform, const char *name) 715 struct gl_uniform_storage *uniform, const char *name) 761 struct gl_uniform_storage *uniform) 962 struct gl_uniform_storage *uniforms; 1210 /* Set remap table entries point to correct gl_uniform_storage. */ 1263 gl_uniform_storage *, [all...] |
| H A D | serialize.cpp | 490 struct gl_uniform_storage *uniforms; 497 uniforms = rzalloc_array(prog->data, struct gl_uniform_storage, 572 gl_uniform_storage *uniform_storage, 573 gl_uniform_storage *entry) 615 gl_uniform_storage *uniform_storage, 616 gl_uniform_storage **entry, 635 prog->UniformRemapTable = rzalloc_array(prog, struct gl_uniform_storage *, 653 rzalloc_array(glprog, struct gl_uniform_storage *, 825 if (((gl_uniform_storage *)res->Data)->builtin || 829 if (strcmp(((gl_uniform_storage *)re [all...] |
| H A D | gl_nir_link_uniform_initializers.c | 26 #include "compiler/glsl/ir_uniform.h" /* for gl_uniform_storage */ 56 struct gl_uniform_storage *storage = 210 struct gl_uniform_storage *storage =
|
| H A D | link_atomics.cpp | 122 gl_uniform_storage *const storage = 239 gl_uniform_storage *const storage =
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | linker_util.h | 31 struct gl_uniform_storage; 75 struct gl_uniform_storage *uniform, 88 struct gl_uniform_storage *uniform);
|
| H A D | ir_uniform.h | 38 #define INACTIVE_UNIFORM_EXPLICIT_LOCATION ((gl_uniform_storage *) -1) 75 * If \c gl_uniform_storage::base_type is an opaque type, this 77 * gl_uniform_storage::array_elements is not zero, the array will 79 * gl_uniform_storage::array_elements - 1, inclusive. 91 struct gl_uniform_storage { struct
|
| H A D | linker_util.cpp | 29 #include "ir_uniform.h" /* for gl_uniform_storage */ 43 struct gl_uniform_storage *uniform, 112 struct gl_uniform_storage *uniform) 267 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[j];
|
| H A D | gl_nir_link_uniforms.c | 27 #include "compiler/glsl/ir_uniform.h" /* for gl_uniform_storage */ 189 struct gl_uniform_storage *, 210 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i]; 225 /* Set remap table entries point to correct gl_uniform_storage. */ 239 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i]; 273 struct gl_uniform_storage *, 286 /* Set remap table entries point to correct gl_uniform_storage. */ 307 struct gl_uniform_storage *uniform = &prog->data->UniformStorage[i]; 330 /* Set remap table entries point to correct gl_uniform_storage. */ 344 struct gl_uniform_storage *unifor [all...] |
| H A D | link_uniform_initializers.cpp | 36 static gl_uniform_storage * 119 struct gl_uniform_storage *const storage = get_storage(prog, name); 217 struct gl_uniform_storage *const storage = get_storage(prog, name);
|
| H A D | link_uniforms.cpp | 129 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, 153 get_array_stride(struct gl_uniform_storage *uni, const glsl_type *iface, 194 struct gl_uniform_storage *uni, 672 * the map to connect that slot in the \c gl_uniform_storage table 678 * the \c gl_uniform_storage and \c gl_constant_value arrays are "big 685 struct gl_uniform_storage *uniforms, 839 struct gl_uniform_storage *uniform, 901 struct gl_uniform_storage *uniform, const char *name) 944 struct gl_uniform_storage *uniform, const char *name) 990 struct gl_uniform_storage *unifor [all...] |
| H A D | serialize.cpp | 494 struct gl_uniform_storage *uniforms; 501 uniforms = rzalloc_array(prog->data, struct gl_uniform_storage, 578 gl_uniform_storage *uniform_storage, 579 gl_uniform_storage **remap_table) 584 gl_uniform_storage *entry = remap_table[i]; 635 static struct gl_uniform_storage ** 639 gl_uniform_storage *uniform_storage) 644 struct gl_uniform_storage **remap_table = 645 rzalloc_array(prog, struct gl_uniform_storage *, num); 658 struct gl_uniform_storage *entr [all...] |
| H A D | gl_nir_link_atomics.c | 27 #include "compiler/glsl/ir_uniform.h" /* for gl_uniform_storage */ 103 struct gl_uniform_storage *const storage = 229 struct gl_uniform_storage *storage =
|
| H A D | gl_nir_link_uniform_initializers.c | 26 #include "compiler/glsl/ir_uniform.h" /* for gl_uniform_storage */ 56 struct gl_uniform_storage *storage = 216 struct gl_uniform_storage *storage =
|
| H A D | link_atomics.cpp | 122 gl_uniform_storage *const storage = 239 gl_uniform_storage *const storage =
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | uniform_query.cpp | 159 static struct gl_uniform_storage * 238 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; 287 struct gl_uniform_storage *const uni = 667 const struct gl_uniform_storage *uni) 762 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, 900 static struct gl_uniform_storage * 906 struct gl_uniform_storage *const uni = 1016 const struct gl_uniform_storage *uni) 1040 struct gl_uniform_storage *uni, 1086 struct gl_uniform_storage *un [all...] |
| H A D | program_resource.c | 216 struct gl_uniform_storage *uni = 217 (struct gl_uniform_storage *)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | uniform_query.cpp | 182 static struct gl_uniform_storage * 261 struct gl_uniform_storage *const uni = shProg->UniformRemapTable[location]; 310 struct gl_uniform_storage *const uni = 735 const struct gl_uniform_storage *uni) 830 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, 968 static struct gl_uniform_storage * 974 struct gl_uniform_storage *const uni = 1087 const struct gl_uniform_storage *uni) 1113 struct gl_uniform_storage *uni, 1268 struct gl_uniform_storage *un [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_nir_uniforms.cpp | 118 /* gl_uniform_storage can cope with one level of array, so if the 162 * gl_uniform_storage structs for each subcomponent that 170 struct gl_uniform_storage *storage = 350 struct gl_uniform_storage *storage =
|