Searched refs:ac_has_vec3_support (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_util.h139 static inline bool ac_has_vec3_support(enum chip_class chip, bool use_format) function in typeref:typename:bool
H A Dac_llvm_build.c1162 if (num_channels == 3 && !ac_has_vec3_support(ctx->chip_class, false)) {
1218 !ac_has_vec3_support(ctx->chip_class, use_format) && num_channels == 3 ? 4 : num_channels;
1271 if (num_channels == 3 && !ac_has_vec3_support(ctx->chip_class, false))
1343 !ac_has_vec3_support(ctx->chip_class, true) && num_channels == 3 ? 4 : num_channels;
1695 !ac_has_vec3_support(ctx->chip_class, true) && num_channels == 3 ? 4 : num_channels;
H A Dac_nir_to_llvm.c1809 if (count == 3 && (elem_size_bytes != 4 || !ac_has_vec3_support(ctx->ac.chip_class, false))) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c804 unsigned outer_vec_size = ac_has_vec3_support(ctx->screen->info.chip_class, false)
H A Dsi_shader_llvm_vs.c301 if (ac_has_vec3_support(ctx->screen->info.chip_class, false)) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1098 !ac_has_vec3_support(ctx->ac.chip_class, false)

Completed in 121 milliseconds