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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 849 return base_type == GLSL_TYPE_FLOAT16 || is_float() || is_double();
857 return is_float() || is_double();
889 bool is_double() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 637 bool is_double() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4.cpp 2495 bool is_double = type_sz(inst->dst.type) == 8; local
2496 for (int arg = 0; !is_double && arg < 3; arg++) {
2497 is_double = inst->src[arg].file != BAD_FILE &&
2501 if (!is_double)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c 166 bool is_double; member in struct:spec_constant_value
1610 if (const_value->is_double)
1624 data.is_double = false;
1635 data.is_double = true;
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
nir_to_dxil.c 1703 is_double(nir_alu_type alu_type, unsigned bit_size) function
1722 if (is_double(info->output_type, nir_dest_bit_size(alu->dest.dest)))
1727 if (is_double(info->input_types[0], nir_src_bit_size(alu->src[0].src)))

Completed in 17 milliseconds