Searched defs:llvm_type (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c90 enum si_llvm_shader_type llvm_type; local
97 llvm_type = RADEON_LLVM_SHADER_VS;
101 llvm_type = RADEON_LLVM_SHADER_GS;
105 llvm_type = RADEON_LLVM_SHADER_PS;
109 llvm_type = RADEON_LLVM_SHADER_CS;
119 si_llvm_add_attribute(F, "ShaderType", llvm_type);
H A Dsi_shader.c964 LLVMTypeRef llvm_type = tgsi2llvmtype(bld_base, type); local
965 LLVMTypeRef vec_type = LLVMVectorType(llvm_type, 4);

Completed in 123 milliseconds