| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ast_function.cpp | 1982 const glsl_struct_field *struct_field = local 1992 implicitly_convert_component(ir, struct_field->type->base_type, 1995 if (ir->type != struct_field->type) { 2000 struct_field->name, 2002 struct_field->type->name);
|
| lower_ubo_reference.cpp | 53 struct_field(NULL), variable(NULL), uniform_block(NULL), 116 const struct glsl_struct_field *struct_field; member in class:__anon720::lower_ubo_reference_visitor 328 this->struct_field = NULL; 330 matrix_type, &this->struct_field, packing); 421 assert(struct_field); 423 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) | 424 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) | 425 (struct_field->memory_volatile ? ACCESS_VOLATILE : 0));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ast_function.cpp | 1925 const glsl_struct_field *struct_field = local 1935 implicitly_convert_component(ir, struct_field->type->base_type, 1938 if (ir->type != struct_field->type) { 1943 struct_field->name, 1945 struct_field->type->name);
|
| lower_ubo_reference.cpp | 52 struct_field(NULL), variable(NULL) 114 const struct glsl_struct_field *struct_field; member in class:__anon3356::lower_ubo_reference_visitor 326 this->struct_field = NULL; 328 matrix_type, &this->struct_field, packing); 419 assert(struct_field); 421 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) | 422 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) | 423 (struct_field->memory_volatile ? ACCESS_VOLATILE : 0));
|