Searched refs:ac_has_vec3_support (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_util.h | 139 static inline bool ac_has_vec3_support(enum chip_class chip, bool use_format) function in typeref:typename:bool
|
| H A D | ac_llvm_build.c | 1162 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 D | ac_nir_to_llvm.c | 1809 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 D | si_shader_llvm_tess.c | 804 unsigned outer_vec_size = ac_has_vec3_support(ctx->screen->info.chip_class, false)
|
| H A D | si_shader_llvm_vs.c | 301 if (ac_has_vec3_support(ctx->screen->info.chip_class, false)) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1098 !ac_has_vec3_support(ctx->ac.chip_class, false)
|
Completed in 121 milliseconds