Home
last modified time | relevance | path

Searched refs:type_float (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cf.c71 if (type_float(src_type) != type_float(instr->cat1.src_type)) in is_safe_conv()
Dir3_cp.c450 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()
Dinstr-a3xx.h458 type_float(type_t type) in type_float() function
Dir3.h918 return (type_float(src_type) && type_float(dst_type)) || in is_const_mov()
Dir3_compiler_nir.c3183 type_float(type) ? fui(swizzle - 4) : (swizzle - 4)); in emit_tex()
3222 if (!type_float(type) && tex_bits != 3 /* 32bpp */ && in emit_tex()
/third_party/libxml2/fuzz/
Dschema.dict13 type_float=" type='xs:float'"
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_geometric.inl8 #include "type_float.hpp"
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp752 static const glw::GLchar* const type_float; member in glcts::TextureCubeMapArraySamplingTest
DesextcTextureCubeMapArraySampling.cpp223 const glw::GLchar* const TextureCubeMapArraySamplingTest::type_float = "float "; member in glcts::TextureCubeMapArraySamplingTest
1941 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()