/external/mesa3d/src/compiler/ |
D | glsl_types.h | 149 struct glsl_type { struct 166 glsl_type() : mem_ctx(NULL) in glsl_type() argument 202 const struct glsl_type *array; /**< Type of array elements. */ argument 213 static const glsl_type *const NAME##_type; argument 317 unsigned components() const in components() 439 bool is_scalar() const in is_scalar() 449 bool is_vector() const in is_vector() 460 bool is_matrix() const in is_matrix() 471 bool is_numeric() const in is_numeric() 479 bool is_integer() const in is_integer() [all …]
|
D | glsl_types.cpp | 38 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type 72 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, in glsl_type() function in glsl_type 92 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type 118 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type 145 glsl_type::glsl_type(const glsl_type *return_type, in glsl_type() function in glsl_type 175 glsl_type::glsl_type(const char *subroutine_name) : in glsl_type() function in glsl_type 451 glsl_type::glsl_type(const glsl_type *array, unsigned length) : in glsl_type() function in glsl_type
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io.c | 46 int (*type_size)(const struct glsl_type *)) in nir_assign_var_locations() 90 int (*type_size)(const struct glsl_type *), in get_io_offset() 487 int (*type_size)(const struct glsl_type *), in nir_lower_io_impl() 509 int (*type_size)(const struct glsl_type *), in nir_lower_io()
|
/external/mesa3d/src/compiler/glsl/ |
D | link_uniform_blocks.cpp | 105 virtual void visit_field(const glsl_type *type, const char *name, in visit_field() 201 virtual void visit_field(const glsl_type * /* type */, in visit_field()
|
D | link_uniforms.cpp | 216 program_resource_visitor::enter_record(const glsl_type *, const char *, bool, in enter_record() 222 program_resource_visitor::leave_record(const glsl_type *, const char *, bool, in leave_record() 323 virtual void visit_field(const glsl_type *type, const char *name, in visit_field() 786 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
|
D | ir_expression_operation.py | 27 def __init__(self, c_type, union_field, glsl_type): argument
|
D | ast_to_hir.cpp | 2367 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier 2657 ast_fully_specified_type::glsl_type(const char **name, in glsl_type() function in ast_fully_specified_type
|
D | link_varyings.cpp | 2141 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2424 add_uniform_to_shader::visit_field(const glsl_type *type, const char *name, in visit_field()
|