HomeSort by: relevance | last modified time | path
    Searched refs:glsl_struct_field (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
builtin_types.cpp 55 static const struct glsl_struct_field gl_DepthRangeParameters_fields[] = {
56 glsl_struct_field(glsl_type::float_type, GLSL_PRECISION_HIGH, "near"),
57 glsl_struct_field(glsl_type::float_type, GLSL_PRECISION_HIGH, "far"),
58 glsl_struct_field(glsl_type::float_type, GLSL_PRECISION_HIGH, "diff"),
61 static const struct glsl_struct_field gl_PointParameters_fields[] = {
62 glsl_struct_field(glsl_type::float_type, "size"),
63 glsl_struct_field(glsl_type::float_type, "sizeMin"),
64 glsl_struct_field(glsl_type::float_type, "sizeMax"),
65 glsl_struct_field(glsl_type::float_type, "fadeThresholdSize"),
66 glsl_struct_field(glsl_type::float_type, "distanceConstantAttenuation")
    [all...]
lower_buffer_access.h 61 const glsl_struct_field **struct_field,
linker.h 215 const glsl_struct_field *named_ifc_member);
lower_buffer_access.cpp 70 const struct glsl_struct_field *field =
279 const glsl_struct_field **struct_field,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
builtin_types.cpp 55 static const struct glsl_struct_field gl_DepthRangeParameters_fields[] = {
56 glsl_struct_field(glsl_type::float_type, "near"),
57 glsl_struct_field(glsl_type::float_type, "far"),
58 glsl_struct_field(glsl_type::float_type, "diff"),
61 static const struct glsl_struct_field gl_PointParameters_fields[] = {
62 glsl_struct_field(glsl_type::float_type, "size"),
63 glsl_struct_field(glsl_type::float_type, "sizeMin"),
64 glsl_struct_field(glsl_type::float_type, "sizeMax"),
65 glsl_struct_field(glsl_type::float_type, "fadeThresholdSize"),
66 glsl_struct_field(glsl_type::float_type, "distanceConstantAttenuation")
    [all...]
lower_buffer_access.h 61 const glsl_struct_field **struct_field,
linker.h 214 const glsl_struct_field *named_ifc_member);
lower_buffer_access.cpp 70 const struct glsl_struct_field *field =
279 const glsl_struct_field **struct_field,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
general_ir_test.cpp 51 static const glsl_struct_field f[] = {
52 glsl_struct_field(glsl_type::vec(4), "v")
79 static const glsl_struct_field f[] = {
80 glsl_struct_field(glsl_type::vec(4), "v")
varyings_test.cpp 91 static const glsl_struct_field f[] = {
92 glsl_struct_field(glsl_type::vec(4), "v")
  /xsrc/external/mit/MesaLib.old/dist/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")
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 369 struct glsl_struct_field *structure; /**< List of struct fields. */
475 static const glsl_type *get_struct_instance(const glsl_struct_field *fields,
484 static const glsl_type *get_interface_instance(const glsl_struct_field *fields,
1293 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
1298 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
1362 struct glsl_struct_field { struct
1468 glsl_struct_field(const struct glsl_type *_type, function in struct:glsl_struct_field
1477 glsl_struct_field(const struct glsl_type *_type, const char *_name) function in struct:glsl_struct_field
1484 glsl_struct_field() function in struct:glsl_struct_field
nir_types.h 52 const struct glsl_struct_field *
201 const struct glsl_type *glsl_struct_type(const struct glsl_struct_field *fields,
204 const struct glsl_type *glsl_interface_type(const struct glsl_struct_field *fields,
glsl_types.cpp 106 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
129 glsl_struct_field, length);
138 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
157 glsl_struct_field, length);
447 glsl_struct_field *bare_fields = new glsl_struct_field[this->length];
1338 glsl_type::get_struct_instance(const glsl_struct_field *fields,
1377 glsl_type::get_interface_instance(const glsl_struct_field *fields,
2163 glsl_struct_field *fields = new glsl_struct_field[this->length]
    [all...]
nir_types.cpp 87 const struct glsl_struct_field *
602 glsl_struct_type(const glsl_struct_field *fields,
610 glsl_interface_type(const glsl_struct_field *fields,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 272 struct glsl_struct_field *structure; /**< List of struct fields. */
362 static const glsl_type *get_struct_instance(const glsl_struct_field *fields,
370 static const glsl_type *get_interface_instance(const glsl_struct_field *fields,
1010 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
1014 glsl_type(const glsl_struct_field *fields, unsigned num_fields,
1078 struct glsl_struct_field { struct
1169 glsl_struct_field(const struct glsl_type *_type, const char *_name) function in struct:glsl_struct_field
1181 glsl_struct_field() function in struct:glsl_struct_field
nir_types.h 52 const struct glsl_struct_field *
169 const struct glsl_type *glsl_struct_type(const struct glsl_struct_field *fields,
172 const struct glsl_type *glsl_interface_type(const struct glsl_struct_field *fields,
glsl_types.cpp 102 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
121 glsl_struct_field, length);
130 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
149 glsl_struct_field, length);
437 glsl_struct_field *bare_fields = new glsl_struct_field[this->length];
1161 glsl_type::get_struct_instance(const glsl_struct_field *fields,
1195 glsl_type::get_interface_instance(const glsl_struct_field *fields,
1908 glsl_struct_field *fields = new glsl_struct_field[this->length]
    [all...]
nir_types.cpp 81 const struct glsl_struct_field *
512 glsl_struct_type(const glsl_struct_field *fields,
520 glsl_interface_type(const glsl_struct_field *fields,
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_uniforms_to_ubo.c 156 struct glsl_struct_field field = {
nir_opt_memcpy.c 79 const struct glsl_struct_field *field =
nir_lower_atomics_to_ssbo.c 224 struct glsl_struct_field field = {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_compiler.c 46 struct glsl_struct_field *fields = rzalloc_array(nir, struct glsl_struct_field, 2);
63 struct glsl_struct_field *fields = rzalloc_size(nir, 1 * sizeof(struct glsl_struct_field));
1011 struct glsl_struct_field *fields = rzalloc_array(shader, struct glsl_struct_field, 2);
1607 struct glsl_struct_field *fields = rzalloc_array(nir, struct glsl_struct_field, 3);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_atomics_to_ssbo.c 229 struct glsl_struct_field field = {

Completed in 32 milliseconds

1 2 3