Searched refs:ac_has_vec3_support (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 139 static inline bool ac_has_vec3_support(enum chip_class chip, bool use_format) in ac_has_vec3_support() function
|
D | ac_llvm_build.c | 1162 if (num_channels == 3 && !ac_has_vec3_support(ctx->chip_class, false)) { in ac_build_buffer_store_dword() 1218 !ac_has_vec3_support(ctx->chip_class, use_format) && num_channels == 3 ? 4 : num_channels; in ac_build_buffer_load_common() 1271 if (num_channels == 3 && !ac_has_vec3_support(ctx->chip_class, false)) in ac_build_buffer_load() 1343 !ac_has_vec3_support(ctx->chip_class, true) && num_channels == 3 ? 4 : num_channels; in ac_build_tbuffer_load() 1695 !ac_has_vec3_support(ctx->chip_class, true) && num_channels == 3 ? 4 : num_channels; in ac_build_tbuffer_store()
|
D | ac_nir_to_llvm.c | 1809 if (count == 3 && (elem_size_bytes != 4 || !ac_has_vec3_support(ctx->ac.chip_class, false))) { in visit_store_ssbo()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 301 if (ac_has_vec3_support(ctx->screen->info.chip_class, false)) { in si_llvm_streamout_store_output()
|
D | si_shader_llvm_tess.c | 804 unsigned outer_vec_size = ac_has_vec3_support(ctx->screen->info.chip_class, false) in si_write_tess_factors()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1098 !ac_has_vec3_support(ctx->ac.chip_class, false) in radv_emit_stream_output()
|