Searched refs:is_32bit (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_precision.cpp | 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...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | tags.py | 341 def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: 342 if not is_32bit: 471 def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: 477 if is_32bit:
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_linking_helpers.c | 291 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/ |
H A D | radv_android.c | 149 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/mesa3d/src/compiler/ |
H A D | glsl_types.h | 929 bool is_32bit() const in is_32bit() function
|
H A D | nir_types.cpp | 274 return type->is_32bit(); in glsl_type_is_32bit()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 1000 sljit_s32 is_32bit) in load_word() 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() 1030 ins = is_32bit ? 0xe30000000016 /* llgf */ : 0xe30000000004 /* lg */; in load_unsigned_word() 1037 sljit_s32 is_32bit) in store_word() 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() 998 load_word(struct sljit_compiler *compiler, sljit_gpr dst_r, sljit_s32 src, sljit_sw srcw, sljit_s32 is_32bit) load_word() argument 1019 load_unsigned_word(struct sljit_compiler *compiler, sljit_gpr dst_r, sljit_s32 src, sljit_sw srcw, sljit_s32 is_32bit) load_unsigned_word() argument 1035 store_word(struct sljit_compiler *compiler, sljit_gpr src_r, sljit_s32 dst, sljit_sw dstw, sljit_s32 is_32bit) store_word() argument
|
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 2623 bool is_32bit = (opcode >= 0xB8); in InstructionDecode() local 2625 if (is_32bit) { in InstructionDecode()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 4286 const bool is_32bit = (sizeof(T) == 4); 4287 Register tgt1 = is_32bit ? Register(w1) : Register(x1); 4288 Register tgt2 = is_32bit ? Register(w2) : Register(x2);
|
Completed in 30 milliseconds