Searched refs:type_float (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_cf.c | 71 if (type_float(src_type) != type_float(instr->cat1.src_type)) in is_safe_conv()
|
H A D | ir3_cp.c | 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()
|
H A D | instr-a3xx.h | 458 type_float(type_t type) in type_float() function
|
H A D | ir3.h | 918 return (type_float(src_type) && type_float(dst_type)) || in is_const_mov()
|
H A D | ir3_compiler_nir.c | 3183 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 D | esextcTextureCubeMapArraySampling.hpp | 752 static const glw::GLchar* const type_float; member in glcts::TextureCubeMapArraySamplingTest::glw
|
H A D | esextcTextureCubeMapArraySampling.cpp | 223 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 21 milliseconds