HomeSort by: relevance | last modified time | path
    Searched refs:is_32bit (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_precision.cpp 742 } 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/
nir_linking_helpers.c 261 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/
nir_linking_helpers.c 277 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/
glsl_types.h 921 bool is_32bit() const function in struct:glsl_type
nir_types.cpp 243 return type->is_32bit();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 669 bool is_32bit() const function in struct:glsl_type
nir_types.cpp 224 return type->is_32bit();

Completed in 10 milliseconds