Home
last modified time | relevance | path

Searched refs:spir (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
H A Dclc.c224 clc_free_spir(struct clc_binary *spir) in clc_free_spir() argument
226 clc_free_spir_binary(spir); in clc_free_spir()
H A Dclc_helpers.h86 clc_free_spir_binary(struct clc_binary *spir);
H A Dclc.h199 clc_free_spir(struct clc_binary *spir);
H A Dclc_helpers.cpp1066 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef(spir_ref, "<spir>"), llvm_ctx); in clc_spir_to_spirv()
1210 clc_free_spir_binary(struct clc_binary *spir) in clc_free_spir_binary() argument
1212 free(spir->data); in clc_free_spir_binary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTriple.cpp62 case spir: return "spir"; in getArchTypeName()
138 case spir: in getArchTypePrefix()
139 case spir64: return "spir"; in getArchTypePrefix()
310 .Case("spir", spir) in getArchTypeForLLVMName()
439 .Case("spir", Triple::spir) in parseArch()
702 case Triple::spir: in getDefaultFormat()
1262 case llvm::Triple::spir
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h89 spir, // SPIR: standard portable IR for OpenCL 32-bit version enumerator
686 return getArch() == Triple::spir || getArch() == Triple::spir64; in isSPIR()
/third_party/skia/third_party/externals/spirv-tools/
H A DAndroid.mk312 $(SPVHEADERS_LOCAL_PATH)/include/spirv/spir-v.xml
314 --xml=$(SPVHEADERS_LOCAL_PATH)/include/spirv/spir-v.xml \
316 @echo "[$(TARGET_ARCH_ABI)] Generate : generators.inc <= spir-v.xml"
/third_party/spirv-tools/
H A DAndroid.mk329 $(SPVHEADERS_LOCAL_PATH)/include/spirv/spir-v.xml
331 --xml=$(SPVHEADERS_LOCAL_PATH)/include/spirv/spir-v.xml \
333 @echo "[$(TARGET_ARCH_ABI)] Generate : generators.inc <= spir-v.xml"
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp539 error("spir instruction terminated too early"); in processInstruction()
1263 return std::equal(spir.begin() + typeStart + range.first, in matchType()
1264 spir.begin() + typeStart + std::min(range.second, wordCount), in matchType()

Completed in 10 milliseconds