Searched refs:is_32bit (Results 1 – 5 of 5) sorted by relevance
742 } else if (ir->type->is_32bit()) { in handle_rvalue()1032 !var->type->without_array()->is_32bit() || in visit()1066 assert(ir->type->without_array()->is_32bit()); in fix_types_in_deref_chain()1076 assert(deref_array->array->type->without_array()->is_32bit()); in fix_types_in_deref_chain()1101 assert(lhs->type->is_16bit() || lhs->type->is_32bit()); in convert_split_assignment()1102 assert(rhs->type->is_16bit() || rhs->type->is_32bit()); in convert_split_assignment()1106 new(mem_ctx) ir_assignment(lhs, convert_precision(lhs->type->is_32bit(), rhs)); in convert_split_assignment()1133 rhs_const->type->without_array()->is_32bit()))) { in visit_enter()1148 ir->rhs->type->without_array()->is_32bit()) { in visit_enter()1161 if (lhs->type->without_array()->is_32bit()) in visit_enter()[all …]
277 bool is_32bit; member345 comps[location + i].is_32bit = in get_unmoveable_components_masks()466 bool is_32bit; member601 vc_info->is_32bit = glsl_type_is_32bit(type); in gather_varying_component_info()666 vc_info->is_32bit = glsl_type_is_32bit(type); in gather_varying_component_info()781 if (!assigned_comps[tmp_cursor].is_32bit) { in assign_remap_locations()803 assigned_comps[tmp_cursor].is_32bit = info->is_32bit; in assign_remap_locations()
970 sljit_s32 is_32bit) in load_word() argument976 if (have_ldisp() || !is_32bit) in load_word()981 if (is_32bit) in load_word()992 sljit_s32 is_32bit) in store_word() argument998 if (have_ldisp() || !is_32bit) in store_word()1003 if (is_32bit) in store_word()
921 bool is_32bit() const in is_32bit() function
243 return type->is_32bit(); in glsl_type_is_32bit()