Home
last modified time | relevance | path

Searched refs:is_32bit (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp751 } 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 …]
/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c291 bool is_32bit; member
361 comps[location + i].is_32bit = in get_unmoveable_components_masks()
483 bool is_32bit; member
625 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c149 bool is_32bit = !!(device->physical_device->memory_types_32bit & (1u << i)); in radv_image_from_gralloc() local
150 if (is_local && !is_32bit) { in radv_image_from_gralloc()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c983 sljit_s32 is_32bit) in load_word() argument
989 if (have_ldisp() || !is_32bit) in load_word()
994 if (is_32bit) in load_word()
1005 sljit_s32 is_32bit) in store_word() argument
1011 if (have_ldisp() || !is_32bit) in store_word()
1016 if (is_32bit) in store_word()
/third_party/mesa3d/src/compiler/
Dglsl_types.h929 bool is_32bit() const in is_32bit() function
Dnir_types.cpp274 return type->is_32bit(); in glsl_type_is_32bit()