/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 54 static const struct glsl_struct_field gl_DepthRangeParameters_fields[] = { 55 glsl_struct_field(glsl_type::float_type, "near"), 56 glsl_struct_field(glsl_type::float_type, "far"), 57 glsl_struct_field(glsl_type::float_type, "diff"), 60 static const struct glsl_struct_field gl_PointParameters_fields[] = { 61 glsl_struct_field(glsl_type::float_type, "size"), 62 glsl_struct_field(glsl_type::float_type, "sizeMin"), 63 glsl_struct_field(glsl_type::float_type, "sizeMax"), 64 glsl_struct_field(glsl_type::float_type, "fadeThresholdSize"), 65 glsl_struct_field(glsl_type::float_type, "distanceConstantAttenuation"), [all …]
|
D | lower_buffer_access.h | 61 const glsl_struct_field **struct_field,
|
D | lower_buffer_access.cpp | 70 const struct glsl_struct_field *field = in emit_access() 279 const glsl_struct_field **struct_field, in setup_buffer_access()
|
D | linker.h | 188 const glsl_struct_field *named_ifc_member);
|
D | linker.cpp | 1574 glsl_struct_field *fields = new glsl_struct_field[num_fields]; in resize_interface_members() 1606 glsl_struct_field *fields = new glsl_struct_field[num_fields]; in fixup_unnamed_interface_type() 3879 const struct glsl_struct_field *field = &type->fields.structure[i]; in add_shader_variable() 4176 get_array_size(struct gl_uniform_storage *uni, const glsl_struct_field *field, in get_array_size() 4203 const glsl_type *interface, const glsl_struct_field *field, in get_array_stride() 4289 const glsl_struct_field *field = &interface->fields.structure[i]; in calculate_array_size_and_stride()
|
D | builtin_variables.cpp | 306 glsl_struct_field fields[11]; 1407 const glsl_struct_field *fields = per_vertex_out_type->fields.structure; in generate_varyings()
|
D | link_uniforms.cpp | 91 const glsl_struct_field *ifc_member = var->data.from_named_ifc_block ? in process() 111 const glsl_struct_field *named_ifc_member) in recursion()
|
D | ast_to_hir.cpp | 7019 glsl_struct_field **fields_ret, in ast_process_struct_or_iface_block_members() 7048 glsl_struct_field *const fields = rzalloc_array(state, glsl_struct_field, in ast_process_struct_or_iface_block_members() 7490 glsl_struct_field *fields; in hir() 7581 apply_memory_qualifiers(ir_variable *var, glsl_struct_field field) in apply_memory_qualifiers() 7720 glsl_struct_field *fields; in hir()
|
D | lower_ubo_reference.cpp | 113 const struct glsl_struct_field *struct_field;
|
D | ir_validate.cpp | 899 const glsl_struct_field *fields = in visit()
|
D | ast_function.cpp | 1866 const glsl_struct_field *struct_field = in process_record_constructor()
|
D | link_varyings.cpp | 589 glsl_struct_field *field = &type_without_array->fields.structure[i]; in validate_explicit_variable_location()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | general_ir_test.cpp | 33 static const glsl_struct_field f[] = { in TEST() 34 glsl_struct_field(glsl_type::vec(4), "v") in TEST() 59 static const glsl_struct_field f[] = { in TEST() 60 glsl_struct_field(glsl_type::vec(4), "v") in TEST()
|
D | varyings_test.cpp | 78 static const glsl_struct_field f[] = { in link_varyings() 79 glsl_struct_field(glsl_type::vec(4), "v") in link_varyings()
|
D | array_refcount_test.cpp | 476 const glsl_struct_field fields[] = { in TEST_F() 477 glsl_struct_field(array_3_of_int, "i"), in TEST_F()
|
D | builtin_variable_test.cpp | 331 const glsl_struct_field *const input = in TEST_F()
|
/external/mesa3d/src/compiler/ |
D | glsl_types.h | 204 struct glsl_struct_field *structure; /**< List of struct fields. */ 283 static const glsl_type *get_record_instance(const glsl_struct_field *fields, 290 static const glsl_type *get_interface_instance(const glsl_struct_field *fields, 865 glsl_type(const glsl_struct_field *fields, unsigned num_fields, 869 glsl_type(const glsl_struct_field *fields, unsigned num_fields, 929 struct glsl_struct_field { struct 1020 glsl_struct_field(const struct glsl_type *_type, const char *_name) in glsl_struct_field() argument 1032 glsl_struct_field() in glsl_struct_field() function
|
D | nir_types.h | 157 const struct glsl_type *glsl_struct_type(const struct glsl_struct_field *fields, 159 const struct glsl_type *glsl_interface_type(const struct glsl_struct_field *fields,
|
D | glsl_types.cpp | 92 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() 109 glsl_struct_field, length); in glsl_type() 118 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() 137 glsl_struct_field, length); in glsl_type() 1103 glsl_type::get_record_instance(const glsl_struct_field *fields, in get_record_instance() 1135 glsl_type::get_interface_instance(const glsl_struct_field *fields, in get_interface_instance() 2156 *s_field_size = sizeof(glsl_struct_field); in get_struct_type_field_and_pointer_sizes() 2158 sizeof(((glsl_struct_field *)0)->type) + in get_struct_type_field_and_pointer_sizes() 2159 sizeof(((glsl_struct_field *)0)->name); in get_struct_type_field_and_pointer_sizes() 2293 glsl_struct_field *fields = in decode_type_from_blob() [all …]
|
D | nir_types.cpp | 375 glsl_struct_type(const glsl_struct_field *fields, in glsl_struct_type() 382 glsl_interface_type(const glsl_struct_field *fields, in glsl_interface_type()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_atomics_to_ssbo.c | 219 struct glsl_struct_field field = { in nir_lower_atomics_to_ssbo()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 536 struct glsl_struct_field *fields; 1103 NIR_VLA(struct glsl_struct_field, fields, count); in vtn_handle_type() 1107 fields[i] = (struct glsl_struct_field) { in vtn_handle_type()
|