HomeSort by: relevance | last modified time | path
    Searched defs:is_64bit (Results 1 - 10 of 10) sorted by relevancy

  /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
  /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
  /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_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) {
  /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)) {
  /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)) {
  /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/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
  /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
  /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)

Completed in 16 milliseconds