Searched refs:type_float (Results 1 – 9 of 9) sorted by relevance
71 if (type_float(src_type) != type_float(instr->cat1.src_type)) in is_safe_conv()
450 if (instr->opc == OPC_MOV && !type_float(instr->cat1.src_type)) in reg_cp()461 if (instr->opc == OPC_MOV && type_float(instr->cat1.src_type)) in reg_cp()
458 type_float(type_t type) in type_float() function
918 return (type_float(src_type) && type_float(dst_type)) || in is_const_mov()
3183 type_float(type) ? fui(swizzle - 4) : (swizzle - 4)); in emit_tex()3222 if (!type_float(type) && tex_bits != 3 /* 32bpp */ && in emit_tex()
13 type_float=" type='xs:float'"
8 #include "type_float.hpp"
752 static const glw::GLchar* const type_float; member in glcts::TextureCubeMapArraySamplingTest
223 const glw::GLchar* const TextureCubeMapArraySamplingTest::type_float = "float "; member in glcts::TextureCubeMapArraySamplingTest1941 static attributeDefinition depth_attributes[] = { { attribute_refZ, type_float, RefZ, 1 } }; in getAttributes()1972 …{ attribute_texture_coordinate, type_vec4, TextureCoordinates, 0 }, { attribute_lod, type_float, L… in getAttributes()2049 out_color_type = type_float; in getColorType()