Searched refs:is_64bit (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tes.cpp66 bool is_64bit = type_sz(inst->src[i].type) == 8; local in function:brw::vec4_tes_visitor::setup_payload
70 grf = stride(grf, 0, is_64bit ? 2 : 4, 1);
80 if (is_64bit && grf.subnr > 0) {
182 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local in function:brw::vec4_tes_visitor::nir_emit_intrinsic
184 if (is_64bit)
208 is_64bit ? glsl_type::dvec4_type : glsl_type::ivec4_type;
213 is_64bit ? BRW_REGISTER_TYPE_DF : BRW_REGISTER_TYPE_D;
218 DIV_ROUND_UP(imm_offset + (is_64bit ? 2 : 1), 2));
223 if (!is_64bit) {
H A Dbrw_vec4_visitor.cpp1524 bool is_64bit = type_sz(inst->dst.type) == 8; local in function:brw::vec4_visitor::emit_scratch_write
1526 is_64bit ? glsl_type::dvec4_type : glsl_type::vec4_type;
1531 if (!is_64bit) {
1720 bool is_64bit = type_sz(orig_src.type) == 8; local in function:brw::vec4_visitor::emit_pull_constant_load
1721 if (is_64bit) {
1728 for (int i = 0; i < (is_64bit ? 2 : 1); i++) {
1753 if (is_64bit) {
H A Dbrw_vec4_nir.cpp419 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local in function:brw::vec4_visitor::nir_emit_intrinsic
420 if (is_64bit) {
437 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64; local in function:brw::vec4_visitor::nir_emit_intrinsic
438 if (is_64bit) {
455 if (is_64bit)
461 if (is_64bit && num_components > 4) {
H A Dbrw_fs_nir.cpp2838 bool is_64bit = (instr->src[0].is_ssa ? local in function:fs_visitor::nir_emit_tcs_intrinsic
2863 if (is_64bit) {
2874 if (!is_64bit && mask != WRITEMASK_XYZW) {
2879 } else if (is_64bit && ((mask & WRITEMASK_XY) != WRITEMASK_XY)) {
2913 if (!is_64bit) {
2930 header_regs + (is_64bit ? 2 * iter_components : iter_components) +
2931 (is_64bit ? 2 * first_component : first_component);
2943 if (is_64bit) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.h168 (this->is_64bit() ? 2 : 1);
177 bool is_64bit() const function in class:tfeedback_decl
H A Dlower_buffer_access.cpp310 if (deref_array->array->type->is_64bit())
319 if (deref_array->array->type->is_64bit())
H A Dlower_packed_varyings.cpp521 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1;
579 if (rvalue->type->is_64bit()) {
669 unsigned dmul = rvalue->type->without_array()->is_64bit() ? 2 : 1;
813 if (type->vector_elements == 4 && !type->is_64bit())
H A Dlink_varyings.cpp490 unsigned dmul = type_without_array->is_64bit() ? 2 : 1;
1104 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1;
1212 unsigned dmul = this->is_64bit() ? 2 : 1;
1328 this->vector_elements * (this->is_64bit() ? 2 : 1);
1401 if (this->is_64bit() && info->Buffers[buffer].Stride % 2) {
1418 this->is_64bit() ? 2 : 1);
2205 type->is_64bit()) {
2472 if (type->without_array()->is_64bit()) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.h156 (this->is_64bit() ? 2 : 1);
165 bool is_64bit() const function in class:tfeedback_decl
H A Dlower_buffer_access.cpp310 if (deref_array->array->type->is_64bit())
319 if (deref_array->array->type->is_64bit())
H A Dlower_packed_varyings.cpp518 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1;
566 if (rvalue->type->is_64bit()) {
784 if (type->vector_elements == 4 && !type->is_64bit())
H A Dlink_varyings.cpp480 unsigned dmul = type_without_array->is_64bit() ? 2 : 1;
1052 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1;
1300 if (this->is_64bit() && info->Buffers[buffer].Stride % 2) {
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h130 * happens when calling this method through is_64bit and is_16bit
899 return is_64bit() && vector_elements > 2;
905 bool is_64bit() const function in struct:glsl_type
H A Dglsl_types.cpp291 return this->is_64bit();
1884 unsigned N = is_64bit() ? 8 : 4;
2002 unsigned N = is_64bit() ? 8 : 4;
2218 unsigned N = is_64bit() ? 8 : 4;
2327 unsigned N = is_64bit() ? 8 : 4;
2415 unsigned N = is_64bit() ? 8 : 4;
H A Dnir_types.cpp249 return type->is_64bit();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h647 return is_64bit() && vector_elements > 2;
653 bool is_64bit() const function in struct:glsl_type
H A Dglsl_types.cpp281 return this->is_64bit();
1629 unsigned N = is_64bit() ? 8 : 4;
1747 unsigned N = is_64bit() ? 8 : 4;
1963 unsigned N = is_64bit() ? 8 : 4;
2072 unsigned N = is_64bit() ? 8 : 4;
2092 unsigned N = is_64bit() ? 8 : 4;
H A Dnir_types.cpp230 return type->is_64bit();
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1416 bool is_64bit = type_sz(inst->dst.type) == 8; local in function:brw::vec4_visitor::emit_scratch_write
1418 is_64bit ? glsl_type::dvec4_type : glsl_type::vec4_type;
1423 if (!is_64bit) {
1612 bool is_64bit = type_sz(orig_src.type) == 8; local in function:brw::vec4_visitor::emit_pull_constant_load
1613 if (is_64bit) {
1620 for (int i = 0; i < (is_64bit ? 2 : 1); i++) {
1640 if (is_64bit) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dqueryobj.c814 bool is_64bit = ptype == GL_INT64_ARB || local in function:get_query_object
820 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) {
H A Duniform_query.cpp326 int dmul = (uni->type->is_64bit()) ? 2 : 1;
770 const int dmul = uni->type->is_64bit() ? 2 : 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dqueryobj.c827 bool is_64bit = ptype == GL_INT64_ARB || local in function:get_query_object
833 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) {
H A Duniform_query.cpp351 int dmul = (uni->type->is_64bit()) ? 2 : 1;
838 const int dmul = uni->type->is_64bit() ? 2 : 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c943 bool is_64bit = glsl_type_is_64bit(glsl_without_array(last_member)); local in function:get_bo_struct_type
944 runtime_array = spirv_builder_type_runtime_array(&ctx->builder, get_uvec_type(ctx, is_64bit ? 64 : bitsize, 1));
2076 bool is_64bit = bit_size == 64; local in function:emit_store_ssbo
2122 if (is_64bit)
2124 for (unsigned j = 0; j < 1 + !!is_64bit; j++) {
2131 if (is_64bit)
2139 } else if (is_64bit)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp2451 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1;
2638 const int dmul = storage->type->is_64bit() ? 2 : 1;

Completed in 58 milliseconds

12