Searched refs:ac_build_varying_gather_values (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 410 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); 438 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); 470 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
|
| H A D | si_shader_llvm_gs.c | 98 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
|
| H A D | si_shader_llvm_vs.c | 268 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 166 ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
|
| H A D | ac_nir_to_llvm.c | 2123 ret = ac_build_varying_gather_values(&ctx->ac, values, ve, comp); 3127 return ac_build_varying_gather_values(&ctx->ac, result, instr->num_components,
|
| H A D | ac_llvm_build.c | 511 ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, function in typeref:typename:LLVMValueRef
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 191 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values,
|
| H A D | ac_llvm_build.c | 549 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, function in typeref:typename:LLVMValueRef
|
| H A D | ac_nir_to_llvm.c | 3457 LLVMValueRef result = ac_build_varying_gather_values(&ctx->ac, values, count, component);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1514 result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component); 1689 result = ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1282 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); 1373 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component); 1690 return ac_build_varying_gather_values(&ctx->ac, value, num_components, component);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 825 return ac_build_varying_gather_values(&ctx->ac, values, num_components, component);
|
Completed in 137 milliseconds