Searched defs:glsl_type (Results 1 – 9 of 9) sorted by relevance
| /external/mesa3d/src/compiler/ |
| D | glsl_types.h | 42 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/ |
| 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 | 200 int (*type_size)(const struct glsl_type *, bool)) in nir_lower_amul()
|
| D | nir_lower_io.c | 108 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/ |
| D | ir_expression_operation.py | 28 def __init__(self, c_type, union_field, glsl_type): argument
|
| D | ast_to_hir.cpp | 2468 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/ |
| D | nir.rs | 471 glsl_type: *const glsl_type, in add_var() argument
|
| /external/mesa3d/src/freedreno/vulkan/ |
| D | tu_shader.cc | 409 const struct glsl_type *glsl_type = glsl_without_array(var->type); in build_bindless() local
|
| /external/mesa3d/src/compiler/spirv/ |
| D | spirv_to_nir.c | 6056 const struct glsl_type *glsl_type; member
|