Searched refs:is_32bit (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_precision.cpp742 } else if (ir->type->is_32bit()) {
1032 !var->type->without_array()->is_32bit() ||
1066 assert(ir->type->without_array()->is_32bit());
1076 assert(deref_array->array->type->without_array()->is_32bit());
1101 assert(lhs->type->is_16bit() || lhs->type->is_32bit());
1102 assert(rhs->type->is_16bit() || rhs->type->is_32bit());
1106 new(mem_ctx) ir_assignment(lhs, convert_precision(lhs->type->is_32bit(), rhs));
1133 rhs_const->type->without_array()->is_32bit()))) {
1148 ir->rhs->type->without_array()->is_32bit()) {
1161 if (lhs->type->without_array()->is_32bit())
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_linking_helpers.c261 bool is_32bit; member in struct:assigned_comps
327 comps[location + i].is_32bit =
444 bool is_32bit; member in struct:varying_component
561 vc_info->is_32bit = glsl_type_is_32bit(type);
598 if (!assigned_comps[tmp_cursor].is_32bit) {
620 assigned_comps[tmp_cursor].is_32bit = info->is_32bit;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c277 bool is_32bit; member in struct:assigned_comps
345 comps[location + i].is_32bit =
466 bool is_32bit; member in struct:varying_component
601 vc_info->is_32bit = glsl_type_is_32bit(type);
666 vc_info->is_32bit = glsl_type_is_32bit(type);
781 if (!assigned_comps[tmp_cursor].is_32bit) {
803 assigned_comps[tmp_cursor].is_32bit = info->is_32bit;
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h921 bool is_32bit() const function in struct:glsl_type
H A Dnir_types.cpp243 return type->is_32bit();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h669 bool is_32bit() const function in struct:glsl_type
H A Dnir_types.cpp224 return type->is_32bit();

Completed in 14 milliseconds