Home
last modified time | relevance | path

Searched refs:is_32bit (Results 1 – 8 of 8) 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.c1000 sljit_s32 is_32bit) in load_word() argument
1007 if (is_32bit && ((src & OFFS_REG_MASK) || is_u12(srcw) || !is_s20(srcw))) { in load_word()
1014 ins = is_32bit ? 0xe30000000058 /* ly */ : 0xe30000000004 /* lg */; in load_word()
1021 sljit_s32 is_32bit) in load_unsigned_word() argument
1030 ins = is_32bit ? 0xe30000000016 /* llgf */ : 0xe30000000004 /* lg */; in load_unsigned_word()
1037 sljit_s32 is_32bit) in store_word() argument
1044 if (is_32bit && ((dst & OFFS_REG_MASK) || is_u12(dstw) || !is_s20(dstw))) { in store_word()
1051 ins = is_32bit ? 0xe30000000050 /* sty */ : 0xe30000000024 /* stg */; 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()
/third_party/node/deps/v8/src/diagnostics/x64/
Ddisasm-x64.cc2623 bool is_32bit = (opcode >= 0xB8); in InstructionDecode() local
2625 if (is_32bit) { in InstructionDecode()
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc3892 const bool is_32bit = (sizeof(T) == 4); in LoadIntValueHelper() local
3893 Register tgt1 = is_32bit ? Register(w1) : Register(x1); in LoadIntValueHelper()
3894 Register tgt2 = is_32bit ? Register(w2) : Register(x2); in LoadIntValueHelper()