/external/mesa3d/src/compiler/ |
D | glsl_types.h | 293 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 …]
|
D | glsl_types.cpp | 46 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/ |
D | link_uniform_blocks.cpp | 106 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()
|
D | link_uniforms.cpp | 439 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()
|
D | ir_expression_operation.py | 27 def __init__(self, c_type, union_field, glsl_type): argument
|
D | ast_to_hir.cpp | 2400 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
|
D | link_varyings.cpp | 2379 virtual void visit_field(const glsl_type *type, const char *name, in visit_field()
|
/external/deqp-deps/amber/src/ |
D | type_parser.cc | 446 std::string glsl_type = fmt.substr(pos + 1); in ParseGlslFormat() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_amul.c | 232 int (*type_size)(const struct glsl_type *, bool)) in nir_lower_amul()
|
D | nir_lower_io.c | 126 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/ |
D | tu_shader.c | 351 const struct glsl_type *glsl_type = glsl_without_array(var->type); in build_bindless() local
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 1341 const struct glsl_type *glsl_type = glsl_without_array(var->type); in anv_nir_apply_pipeline_layout() local
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2370 add_uniform_to_shader::visit_field(const glsl_type *type, const char *name, in visit_field()
|