Home
last modified time | relevance | path

Searched defs:glsl_type (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h293 struct glsl_type { struct
317 glsl_type() : mem_ctx(NULL) in glsl_type() argument
331 uint8_t matrix_columns; /**< 1, 2, 3, or 4 matrix columns. */
340 unsigned length;
367 const struct glsl_type *array; /**< Type of array elements. */ argument
378 static const glsl_type *const NAME##_type; argument
511 unsigned components() const in components()
599 const glsl_type *get_explicit_std140_type(bool row_major) const; argument
715 bool is_scalar() const in is_scalar()
725 bool is_vector() const in is_vector()
[all …]
Dglsl_types.cpp46 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type
84 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, in glsl_type() function in glsl_type
105 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type
137 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type
164 glsl_type::glsl_type(const glsl_type *return_type, in glsl_type() function in glsl_type
194 glsl_type::glsl_type(const char *subroutine_name) : in glsl_type() function in glsl_type
571 glsl_type::glsl_type(const glsl_type *array, unsigned length, in glsl_type() function in glsl_type
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_blocks.cpp106 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
202 virtual void visit_field(const glsl_type * /* type */, in visit_field()
Dlink_uniforms.cpp439 program_resource_visitor::enter_record(const glsl_type *, const char *, bool, in enter_record()
445 program_resource_visitor::leave_record(const glsl_type *, const char *, bool, in leave_record()
546 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
1033 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
Dir_expression_operation.py27 def __init__(self, c_type, union_field, glsl_type): argument
Dast_to_hir.cpp2400 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier
2690 ast_fully_specified_type::glsl_type(const char **name, in glsl_type() function in ast_fully_specified_type
Dlink_varyings.cpp2379 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
/external/deqp-deps/amber/src/
Dtype_parser.cc446 std::string glsl_type = fmt.substr(pos + 1); in ParseGlslFormat() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_amul.c232 int (*type_size)(const struct glsl_type *, bool)) in nir_lower_amul()
Dnir_lower_io.c126 int (*type_size)(const struct glsl_type *, bool)) in nir_assign_var_locations()
178 int (*type_size)(const struct glsl_type *, bool), in get_io_offset()
713 int (*type_size)(const struct glsl_type *, bool), in nir_lower_io_impl()
751 int (*type_size)(const struct glsl_type *, bool), in nir_lower_io()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c351 const struct glsl_type *glsl_type = glsl_without_array(var->type); in build_bindless() local
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1341 const struct glsl_type *glsl_type = glsl_without_array(var->type); in anv_nir_apply_pipeline_layout() local
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2370 add_uniform_to_shader::visit_field(const glsl_type *type, const char *name, in visit_field()