HomeSort by relevance Sort by last modified time
    Searched refs:llvm_type (Results 1 - 4 of 4) sorted by null

  /external/clang/www/demo/
syntax.css 3 .llvm_type { font-style: oblique; color: green }
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
gen_llvm_types.py 79 llvm_type = ''
83 llvm_type = 'Type::getInt32Ty(ctx)'
85 llvm_type = 'ArrayType::get(Type::getInt8Ty(ctx), sizeof(%s))' % type
87 llvm_type = 'Type::getInt32Ty(ctx)'
89 llvm_type = 'PointerType::get(Type::getInt8Ty(ctx), 0)'
92 llvm_type = 'Type::getInt8Ty(ctx)'
94 llvm_type = 'Type::getInt64Ty(ctx)'
96 llvm_type = 'Type::getInt16Ty(ctx)'
98 llvm_type = 'Type::getInt32Ty(ctx)'
100 llvm_type = 'Type::getFloatTy(ctx)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 90 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);
    [all...]
si_shader.c 964 LLVMTypeRef llvm_type = tgsi2llvmtype(bld_base, type); local
965 LLVMTypeRef vec_type = LLVMVectorType(llvm_type, 4);
    [all...]

Completed in 97 milliseconds