| /third_party/mesa3d/src/compiler/ |
| D | glsl_types.h | 297 struct glsl_type { struct 321 glsl_type() : mem_ctx(NULL) in glsl_type() argument 335 uint8_t matrix_columns; /**< 1, 2, 3, or 4 matrix columns. */ 344 unsigned length; 371 const struct glsl_type *array; /**< Type of array elements. */ argument 382 static const glsl_type *const NAME##_type; argument 519 unsigned components() const in components() 609 const glsl_type *get_explicit_std140_type(bool row_major) const; argument 725 bool is_scalar() const in is_scalar() 735 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 196 glsl_type::glsl_type(const char *subroutine_name) : in glsl_type() function in glsl_type 574 glsl_type::glsl_type(const glsl_type *array, unsigned length, in glsl_type() function in glsl_type
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | link_uniforms.cpp | 222 program_resource_visitor::enter_record(const glsl_type *, const char *, bool, in enter_record() 228 program_resource_visitor::leave_record(const glsl_type *, const char *, bool, in leave_record()
|
| D | link_uniform_blocks.cpp | 107 virtual void visit_field(const glsl_type *type, const char *name, in visit_field() 203 virtual void visit_field(const glsl_type * /* type */, in visit_field()
|
| D | ir_expression_operation.py | 27 def __init__(self, c_type, union_field, glsl_type): argument
|
| D | ast_to_hir.cpp | 2451 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier 2741 ast_fully_specified_type::glsl_type(const char **name, in glsl_type() function in ast_fully_specified_type
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | type_parser.cc | 446 std::string glsl_type = fmt.substr(pos + 1); in ParseGlslFormat() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_amul.c | 238 int (*type_size)(const struct glsl_type *, bool)) in nir_lower_amul()
|
| D | nir_lower_io.c | 157 int (*type_size)(const struct glsl_type *, bool)) in nir_assign_var_locations() 232 int (*type_size)(const struct glsl_type *, bool), in get_io_offset() 764 int (*type_size)(const struct glsl_type *, bool), in nir_lower_io_impl() 802 int (*type_size)(const struct glsl_type *, bool), in nir_lower_io()
|
| /third_party/mesa3d/src/panfrost/lib/ |
| D | pan_blend.c | 624 enum glsl_base_type glsl_type = nir_get_glsl_base_type_for_nir_type(nir_type); in GENX() local
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_shader.c | 339 const struct glsl_type *glsl_type = glsl_without_array(var->type); in build_bindless() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| D | spirv_to_nir.c | 5670 const struct glsl_type *glsl_type; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| D | nir_to_spirv.c | 2889 enum glsl_base_type glsl_type = glsl_get_sampler_result_type(type); in emit_image_intrinsic() local
|