Searched refs:is_32bit (Results 1 – 6 of 6) sorted by relevance
751 } else if (ir->type->is_32bit()) { in handle_rvalue()1041 !var->type->without_array()->is_32bit() || in visit()1075 assert(ir->type->without_array()->is_32bit()); in fix_types_in_deref_chain()1085 assert(deref_array->array->type->without_array()->is_32bit()); in fix_types_in_deref_chain()1110 assert(lhs->type->is_16bit() || lhs->type->is_32bit()); in convert_split_assignment()1111 assert(rhs->type->is_16bit() || rhs->type->is_32bit()); in convert_split_assignment()1115 new(mem_ctx) ir_assignment(lhs, convert_precision(lhs->type->is_32bit(), rhs)); in convert_split_assignment()1142 rhs_const->type->without_array()->is_32bit()))) { in visit_enter()1157 ir->rhs->type->without_array()->is_32bit()) { in visit_enter()1170 if (lhs->type->without_array()->is_32bit()) in visit_enter()[all …]
291 bool is_32bit; member361 comps[location + i].is_32bit = in get_unmoveable_components_masks()483 bool is_32bit; member625 vc_info->is_32bit = glsl_type_is_32bit(type); in gather_varying_component_info()691 vc_info->is_32bit = glsl_type_is_32bit(type); in gather_varying_component_info()813 if (!assigned_comps[tmp_cursor].is_32bit) { in assign_remap_locations()835 assigned_comps[tmp_cursor].is_32bit = info->is_32bit; in assign_remap_locations()
149 bool is_32bit = !!(device->physical_device->memory_types_32bit & (1u << i)); in radv_image_from_gralloc() local150 if (is_local && !is_32bit) { in radv_image_from_gralloc()
983 sljit_s32 is_32bit) in load_word() argument989 if (have_ldisp() || !is_32bit) in load_word()994 if (is_32bit) in load_word()1005 sljit_s32 is_32bit) in store_word() argument1011 if (have_ldisp() || !is_32bit) in store_word()1016 if (is_32bit) in store_word()
929 bool is_32bit() const in is_32bit() function
274 return type->is_32bit(); in glsl_type_is_32bit()