Home
last modified time | relevance | path

Searched refs:is_64bit (Results 1 – 17 of 17) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_getmacros.c137 table->is_64bit = cudie->cu->address_size == 8; in get_macinfo_table()
167 bool is_64bit = (flags & 0x1) != 0; in get_table_for_offset() local
172 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp); in get_table_for_offset()
261 .is_64bit = is_64bit, in get_table_for_offset()
371 .offset_size = table->is_64bit ? 8 : 4, in read_macros()
Ddwarf_macro_getsrcfiles.c75 table->is_64bit ? 8 : 4, in dwarf_macro_getsrcfiles()
DlibdwP.h518 bool is_64bit; member
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_packed_varyings.c380 bool is_64bit; member
436 store_state->is_64bit = true; in bitwise_assign_pack()
523 store_state->is_64bit = true; in bitwise_assign_unpack()
567 unsigned writemask, bool is_64bit) in create_store_deref() argument
580 if (is_64bit && state->mode == nir_var_shader_in) in create_store_deref()
876 store_value->writemasks[0], store_value->is_64bit); in lower_varying()
877 if (store_value->is_64bit) { in lower_varying()
879 store_value->writemasks[1], store_value->is_64bit); in lower_varying()
Dlink_varyings.cpp356 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; in check_location_aliasing()
Dast_to_hir.cpp2806 } else if (components > 4 && type->is_64bit()) { in validate_component_layout_for_type()
2813 } else if (qual_component == 1 && type->is_64bit()) { in validate_component_layout_for_type()
7754 unsigned align = field_type->is_64bit() ? 8 : 4; in ast_process_struct_or_iface_block_members()
/third_party/node/deps/v8/bazel/config/
DBUILD.bazel152 name = "is_64bit",
166 ":is_64bit",
/third_party/ffmpeg/libavformat/
Diff.c109 int is_64bit; ///< chunk size is 64-bit member
368 data_size = iff->is_64bit ? avio_rb64(pb) : avio_rb32(pb); in read_dst_frame()
377 iff->body_pos = avio_tell(pb) - (iff->is_64bit ? 12 : 8); in read_dst_frame()
437 iff->is_64bit = avio_rl32(pb) == ID_FRM8; in iff_read_header()
438 avio_skip(pb, iff->is_64bit ? 8 : 4); in iff_read_header()
455 data_size = iff->is_64bit ? avio_rb64(pb) : avio_rb32(pb); in iff_read_header()
/third_party/mesa3d/src/compiler/
Dglsl_types.h907 return is_64bit() && vector_elements > 2; in is_dual_slot()
913 bool is_64bit() const in is_64bit() function
Dglsl_types.cpp290 return this->is_64bit(); in contains_64bit()
1998 unsigned N = is_64bit() ? 8 : 4; in std140_base_alignment()
2116 unsigned N = is_64bit() ? 8 : 4; in std140_size()
2332 unsigned N = is_64bit() ? 8 : 4; in std430_base_alignment()
2441 unsigned N = is_64bit() ? 8 : 4; in std430_array_stride()
2529 unsigned N = is_64bit() ? 8 : 4; in std430_size()
Dnir_types.cpp280 return type->is_64bit(); in glsl_type_is_64bit()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1159 bool is_64bit = type_sz(inst->dst.type) == 8; in emit_scratch_write() local
1161 is_64bit ? glsl_type::dvec4_type : glsl_type::vec4_type; in emit_scratch_write()
1166 if (!is_64bit) { in emit_scratch_write()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c1110 bool is_64bit = ptype == GL_INT64_ARB || in get_query_object() local
1116 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) { in get_query_object()
Duniform_query.cpp352 int dmul = (uni->type->is_64bit()) ? 2 : 1; in _mesa_get_uniform()
839 const int dmul = uni->type->is_64bit() ? 2 : 1; in _mesa_propagate_uniforms_to_driver_storage()
1055 const int dmul = storage->type->is_64bit() ? 2 : 1; in associate_uniform_storage()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1019 bool is_64bit = glsl_type_is_64bit(glsl_without_array(last_member)); in get_bo_struct_type() local
1020 …ay = spirv_builder_type_runtime_array(&ctx->builder, get_uvec_type(ctx, is_64bit ? 64 : bitsize, 1… in get_bo_struct_type()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6446 bool is_64bit = data.bytes() == 8; in visit_image_atomic() local
6450 data = bld.pseudo(aco_opcode::p_create_vector, bld.def(is_64bit ? v4 : v2), in visit_image_atomic()
6529 is_64bit ? buf_op64 : buf_op, Format::MUBUF, 4, return_previous ? 1 : 0)}; in visit_image_atomic()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2537 - compiler: Make is_64bit(GL_*) helper more broadly available