/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.h | 168 (this->is_64bit() ? 2 : 1); in num_components() 177 bool is_64bit() const in is_64bit() function
|
D | lower_packed_varyings.cpp | 521 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1; in lower_rvalue() 579 if (rvalue->type->is_64bit()) { in lower_rvalue() 669 unsigned dmul = rvalue->type->without_array()->is_64bit() ? 2 : 1; in lower_arraylike() 813 if (type->vector_elements == 4 && !type->is_64bit()) in needs_lowering()
|
D | lower_buffer_access.cpp | 310 if (deref_array->array->type->is_64bit()) in setup_buffer_access() 319 if (deref_array->array->type->is_64bit()) in setup_buffer_access()
|
D | link_varyings.cpp | 490 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; in check_location_aliasing() 1104 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1; in assign_location() 1212 unsigned dmul = this->is_64bit() ? 2 : 1; in get_num_outputs() 1328 this->vector_elements * (this->is_64bit() ? 2 : 1); in store() 1401 if (this->is_64bit() && info->Buffers[buffer].Stride % 2) { in store() 1418 this->is_64bit() ? 2 : 1); in store() 2205 type->is_64bit()) { in store_locations() 2472 if (type->without_array()->is_64bit()) { in visit_field()
|
D | ast_to_hir.cpp | 2792 } else if (components > 4 && type->is_64bit()) { in validate_component_layout_for_type() 2799 } else if (qual_component == 1 && type->is_64bit()) { in validate_component_layout_for_type() 7728 unsigned align = field_type->is_64bit() ? 8 : 4; in ast_process_struct_or_iface_block_members()
|
/third_party/ffmpeg/libavformat/ |
D | iff.c | 109 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/intel/compiler/ |
D | brw_vec4_visitor.cpp | 1416 bool is_64bit = type_sz(inst->dst.type) == 8; in emit_scratch_write() local 1418 is_64bit ? glsl_type::dvec4_type : glsl_type::vec4_type; in emit_scratch_write() 1423 if (!is_64bit) { in emit_scratch_write() 1612 bool is_64bit = type_sz(orig_src.type) == 8; in emit_pull_constant_load() local 1613 if (is_64bit) { in emit_pull_constant_load() 1620 for (int i = 0; i < (is_64bit ? 2 : 1); i++) { in emit_pull_constant_load() 1640 if (is_64bit) { in emit_pull_constant_load()
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.h | 899 return is_64bit() && vector_elements > 2; in is_dual_slot() 905 bool is_64bit() const in is_64bit() function
|
D | glsl_types.cpp | 291 return this->is_64bit(); in contains_64bit() 1884 unsigned N = is_64bit() ? 8 : 4; in std140_base_alignment() 2002 unsigned N = is_64bit() ? 8 : 4; in std140_size() 2218 unsigned N = is_64bit() ? 8 : 4; in std430_base_alignment() 2327 unsigned N = is_64bit() ? 8 : 4; in std430_array_stride() 2415 unsigned N = is_64bit() ? 8 : 4; in std430_size()
|
D | nir_types.cpp | 249 return type->is_64bit(); in glsl_type_is_64bit()
|
/third_party/mesa3d/src/mesa/main/ |
D | queryobj.c | 827 bool is_64bit = ptype == GL_INT64_ARB || in get_query_object() local 833 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) { in get_query_object()
|
D | uniform_query.cpp | 351 int dmul = (uni->type->is_64bit()) ? 2 : 1; in _mesa_get_uniform() 838 const int dmul = uni->type->is_64bit() ? 2 : 1; in _mesa_propagate_uniforms_to_driver_storage()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 943 bool is_64bit = glsl_type_is_64bit(glsl_without_array(last_member)); in get_bo_struct_type() local 944 …ay = spirv_builder_type_runtime_array(&ctx->builder, get_uvec_type(ctx, is_64bit ? 64 : bitsize, 1… in get_bo_struct_type() 2070 bool is_64bit = bit_size == 64; in emit_store_ssbo() local 2116 if (is_64bit) in emit_store_ssbo() 2118 for (unsigned j = 0; j < 1 + !!is_64bit; j++) { in emit_store_ssbo() 2125 if (is_64bit) in emit_store_ssbo() 2133 } else if (is_64bit) in emit_store_ssbo()
|
/third_party/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2400 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1; in visit_field() 2598 const int dmul = storage->type->is_64bit() ? 2 : 1; in _mesa_associate_uniform_storage()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2609 if (type_without_array->is_64bit()) in visit() 2655 if (type_without_array->is_64bit()) in visit() 3267 !ir->lhs->type->is_64bit() && in visit()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 6298 bool is_64bit = data.bytes() == 8; in visit_image_atomic() local 6302 data = bld.pseudo(aco_opcode::p_create_vector, bld.def(is_64bit ? v4 : v2), in visit_image_atomic() 6382 is_64bit ? buf_op64 : buf_op, Format::MUBUF, 4, return_previous ? 1 : 0)}; in visit_image_atomic()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2537 - compiler: Make is_64bit(GL_*) helper more broadly available
|