HomeSort by: relevance | last modified time | path
    Searched refs:is_64bit (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vec4_tes.cpp 66 bool is_64bit = type_sz(inst->src[i].type) == 8; local
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
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) {
brw_vec4_visitor.cpp 1524 bool is_64bit = type_sz(inst->dst.type) == 8;
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;
1721 if (is_64bit) {
1728 for (int i = 0; i < (is_64bit ? 2 : 1); i++) {
1753 if (is_64bit) {
brw_vec4_nir.cpp 419 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local
420 if (is_64bit) {
437 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64; local
438 if (is_64bit) {
455 if (is_64bit)
461 if (is_64bit && num_components > 4) {
brw_fs_nir.cpp 2838 bool is_64bit = (instr->src[0].is_ssa ?
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/
link_varyings.h 168 (this->is_64bit() ? 2 : 1);
177 bool is_64bit() const function in class:tfeedback_decl
lower_buffer_access.cpp 310 if (deref_array->array->type->is_64bit())
319 if (deref_array->array->type->is_64bit())
lower_packed_varyings.cpp 521 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())
link_varyings.cpp 490 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/
link_varyings.h 156 (this->is_64bit() ? 2 : 1);
165 bool is_64bit() const function in class:tfeedback_decl
lower_buffer_access.cpp 310 if (deref_array->array->type->is_64bit())
319 if (deref_array->array->type->is_64bit())
lower_packed_varyings.cpp 518 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1;
566 if (rvalue->type->is_64bit()) {
784 if (type->vector_elements == 4 && !type->is_64bit())
link_varyings.cpp 480 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/
glsl_types.h 130 * 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
glsl_types.cpp 291 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;
nir_types.cpp 249 return type->is_64bit();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 647 return is_64bit() && vector_elements > 2;
653 bool is_64bit() const function in struct:glsl_type
glsl_types.cpp 281 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;
nir_types.cpp 230 return type->is_64bit();
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4_visitor.cpp 1416 bool is_64bit = type_sz(inst->dst.type) == 8; local
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
1613 if (is_64bit) {
1620 for (int i = 0; i < (is_64bit ? 2 : 1); i++) {
1640 if (is_64bit) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
queryobj.c 827 bool is_64bit = ptype == GL_INT64_ARB || local
833 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) {
uniform_query.cpp 351 int dmul = (uni->type->is_64bit()) ? 2 : 1;
838 const int dmul = uni->type->is_64bit() ? 2 : 1;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
queryobj.c 814 bool is_64bit = ptype == GL_INT64_ARB || local
820 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) {
uniform_query.cpp 326 int dmul = (uni->type->is_64bit()) ? 2 : 1;
770 const int dmul = uni->type->is_64bit() ? 2 : 1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 943 bool is_64bit = glsl_type_is_64bit(glsl_without_array(last_member)); local
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
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/dist/src/mesa/program/
ir_to_mesa.cpp 2400 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1;
2598 const int dmul = storage->type->is_64bit() ? 2 : 1;

Completed in 28 milliseconds

1 2