Home
last modified time | relevance | path

Searched refs:type_float (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cf.c71 if (type_float(src_type) != type_float(instr->cat1.src_type)) in is_safe_conv()
H A 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()
H A Dinstr-a3xx.h458 type_float(type_t type) in type_float() function
H A Dir3.h918 return (type_float(src_type) && type_float(dst_type)) || in is_const_mov()
H A 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/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp752 static const glw::GLchar* const type_float; member in glcts::TextureCubeMapArraySamplingTest::glw
H A DesextcTextureCubeMapArraySampling.cpp223 const glw::GLchar* const TextureCubeMapArraySamplingTest::type_float = "float "; member in glcts::glw::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, Lod, 1 } in getAttributes()
2049 out_color_type = type_float; in getColorType()

Completed in 24 milliseconds