Searched refs:ac_has_vec3_support (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 145 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 | 1113 if (num_channels == 3 && !ac_has_vec3_support(ctx->chip_class, false)) { in ac_build_buffer_store_dword() 1169 !ac_has_vec3_support(ctx->chip_class, use_format) && num_channels == 3 ? 4 : num_channels; in ac_build_buffer_load_common() 1222 if (num_channels == 3 && !ac_has_vec3_support(ctx->chip_class, false)) in ac_build_buffer_load() 1260 !ac_has_vec3_support(ctx->chip_class, true) && num_channels == 3 ? 4 : num_channels; in ac_build_tbuffer_load() 1653 !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 | 1683 if (count == 3 && (elem_size_bytes != 4 || !ac_has_vec3_support(ctx->ac.chip_class, false))) { in visit_store_ssbo()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 274 if (ac_has_vec3_support(ctx->screen->info.chip_class, false)) { in si_llvm_streamout_store_output()
|
D | si_shader_llvm_tess.c | 813 unsigned outer_vec_size = ac_has_vec3_support(ctx->screen->info.chip_class, false) in si_write_tess_factors()
|
D | si_compute_prim_discard.c | 825 if (!ac_has_vec3_support(ctx->ac.chip_class, true)) in si_build_prim_discard_compute_shader()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1601 !ac_has_vec3_support(ctx->ac.chip_class, false) ? in radv_emit_stream_output()
|