Searched refs:check_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp5245 const glsl_type *check_type = var->type->without_array(); local in function:ast_declarator_list::hir
5247 switch (check_type->base_type) {
5258 if (check_type->is_double() && (state->is_version(410, 0) || state->ARB_vertex_attrib_64bit_enable))
5261 if (check_type->is_sampler() && state->has_bindless())
5264 if (check_type->is_image() && state->has_bindless())
5272 check_type->name);
5311 const glsl_type *check_type = var->type->without_array(); local in function:ast_declarator_list::hir
5312 if (check_type->is_boolean() ||
5313 check_type->contains_opaque()) {
5316 check_type
5347 const glsl_type *check_type = var->type->without_array(); local in function:ast_declarator_list::hir
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp5418 const glsl_type *check_type = var->type->without_array(); local in function:ast_declarator_list::hir
5421 switch (check_type->base_type) {
5447 check_type->name);
5482 const glsl_type *check_type = var->type->without_array(); local in function:ast_declarator_list::hir
5483 if (check_type->is_boolean() ||
5484 check_type->contains_opaque()) {
5487 check_type->name);
5518 const glsl_type *check_type = var->type->without_array(); local in function:ast_declarator_list::hir
5532 if (check_type->is_struct() || check_type
[all...]

Completed in 15 milliseconds