Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dglsl_types.h297 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 …]
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
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/
Dlink_uniforms.cpp222 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()
Dlink_uniform_blocks.cpp107 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()
Dir_expression_operation.py27 def __init__(self, c_type, union_field, glsl_type): argument
Dast_to_hir.cpp2451 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/
Dtype_parser.cc446 std::string glsl_type = fmt.substr(pos + 1); in ParseGlslFormat() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_amul.c238 int (*type_size)(const struct glsl_type *, bool)) in nir_lower_amul()
Dnir_lower_io.c157 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/
Dpan_blend.c624 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/
Dtu_shader.c339 const struct glsl_type *glsl_type = glsl_without_array(var->type); in build_bindless() local
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5670 const struct glsl_type *glsl_type; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2889 enum glsl_base_type glsl_type = glsl_get_sampler_result_type(type); in emit_image_intrinsic() local