HomeSort by relevance Sort by last modified time
    Searched refs:glsl_struct_field (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/compiler/glsl/
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...]
lower_buffer_access.h 60 const glsl_struct_field **struct_field,
linker.h 171 virtual void visit_field(const glsl_struct_field *field);
195 const glsl_struct_field *named_ifc_member);
lower_buffer_access.cpp 69 const struct glsl_struct_field *field =
329 const glsl_struct_field **struct_field,
link_uniforms.cpp 102 const glsl_struct_field *ifc_member = var->data.from_named_ifc_block ?
122 const glsl_struct_field *named_ifc_member)
230 program_resource_visitor::visit_field(const glsl_struct_field *)
    [all...]
linker.cpp 209 const struct glsl_struct_field *field =
    [all...]
builtin_variables.cpp 311 glsl_struct_field fields[11];
    [all...]
ir_validate.cpp 762 const glsl_struct_field *fields =
lower_ubo_reference.cpp 110 const struct glsl_struct_field *struct_field;
    [all...]
ast_to_hir.cpp     [all...]
ast_function.cpp     [all...]
  /external/mesa3d/src/compiler/glsl/tests/
general_ir_test.cpp 33 static const glsl_struct_field f[] = {
34 glsl_struct_field(glsl_type::vec(4), "v")
59 static const glsl_struct_field f[] = {
60 glsl_struct_field(glsl_type::vec(4), "v")
varyings_test.cpp 78 static const glsl_struct_field f[] = {
79 glsl_struct_field(glsl_type::vec(4), "v")
array_refcount_test.cpp 476 const glsl_struct_field fields[] = {
477 glsl_struct_field(array_3_of_int, "i"),
builtin_variable_test.cpp 331 const glsl_struct_field *const input =
  /external/mesa3d/src/compiler/
glsl_types.h 203 struct glsl_struct_field *structure; /**< List of struct fields. */
277 static const glsl_type *get_record_instance(const glsl_struct_field *fields,
284 static const glsl_type *get_interface_instance(const glsl_struct_field *fields,
808 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
812 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
872 struct glsl_struct_field { struct
958 glsl_struct_field(const struct glsl_type *_type, const char *_name) function in struct:glsl_struct_field
969 glsl_struct_field() function in struct:glsl_struct_field
nir_types.h 138 const struct glsl_type *glsl_struct_type(const struct glsl_struct_field *fields,
glsl_types.cpp 106 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
123 glsl_struct_field, length);
134 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
153 glsl_struct_field, length);
976 glsl_type::get_record_instance(const glsl_struct_field *fields,
1010 glsl_type::get_interface_instance(const glsl_struct_field *fields,
    [all...]
nir_types.cpp 324 glsl_struct_type(const glsl_struct_field *fields,
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 404 struct glsl_struct_field *fields;
778 NIR_VLA(struct glsl_struct_field, fields, count);
782 fields[i] = (struct glsl_struct_field) {
    [all...]

Completed in 601 milliseconds