Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dglsl_types.h42 typedef struct glsl_type glsl_type; typedef
299 struct glsl_type { struct
300 uint32_t gl_type;
301 enum glsl_base_type base_type:8;
303 enum glsl_base_type sampled_type:8; /**< Type of data returned using this
309 unsigned sampler_dimensionality:4; /**< \see glsl_sampler_dim */
310 unsigned sampler_shadow:1;
311 unsigned sampler_array:1;
312 unsigned interface_packing:2;
313 unsigned interface_row_major:1;
[all …]
/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.c200 int (*type_size)(const struct glsl_type *, bool)) in nir_lower_amul()
Dnir_lower_io.c108 int (*type_size)(const struct glsl_type *, bool)) in nir_assign_var_locations()
201 int (*type_size)(const struct glsl_type *, bool), in get_io_offset()
755 int (*type_size)(const struct glsl_type *, bool), in nir_lower_io_impl()
793 int (*type_size)(const struct glsl_type *, bool), in nir_lower_io()
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py28 def __init__(self, c_type, union_field, glsl_type): argument
Dast_to_hir.cpp2468 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier
2758 ast_fully_specified_type::glsl_type(const char **name, in glsl_type() function in ast_fully_specified_type
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
Dnir.rs471 glsl_type: *const glsl_type, in add_var() argument
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.cc409 const struct glsl_type *glsl_type = glsl_without_array(var->type); in build_bindless() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c6056 const struct glsl_type *glsl_type; member