OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spir
(Results
151 - 175
of
479
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/spirv-llvm/lib/SPIRV/
SPIRVMDBuilder.h
1
//===- SPIRVMDBuilder.h -
SPIR
-V metadata builder header file --*- C++ -*-===//
36
/// This file declares classes for creating
SPIR
-V metadata.
SPIRVMDWalker.h
1
//===- SPIRVMDWalker.h -
SPIR
-V metadata walker header file ----*- C++ -*-===//
36
/// This file declares classes for walking
SPIR
-V metadata.
SPIRVWriter.cpp
1
//===- SPIRVWriter.cpp - Converts LLVM to
SPIR
-V ----------------*- C++ -*-===//
3
// The LLVM/
SPIR
-V Translator
36
/// This file implements conversion of LLVM intermediate language to
SPIR
-V
102
cl::desc("LLVM/
SPIR
-V translation enable mem2reg"));
140
// ToDo:
SPIR
-V rev.31 cannot add debug info for instructions without ids.
176
assert(BM && "
SPIR
-V module not initialized");
209
// Translate LLVM module to
SPIR
-V module.
384
/// Decode
SPIR
-V type name in the format spirv.{TypeName}._{Postfixes}
470
// Workaround for non-conformant
SPIR
binary
476
"OpenCL type names should be translated to
SPIR
-V type names")
[
all
...]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.h
1
//===- SPIRVBasicBlock.h ?
SPIR
-V Basic Block --------------------*- C++ -*-===//
36
/// This file defines Basic Block class for
SPIR
-V.
SPIRVOpCode.h
1
//===- SPIRVOpCode.h - Class to represent
SPIR
-V Operation Codes -*- C++ -*-==//
36
/// This file defines Operation Code class for
SPIR
-V.
/external/spirv-llvm/test/SPIRV/
AtomicCompareExchange_cl20.ll
4
target triple = "
spir
-unknown-unknown"
80
!opencl.
spir
.version = !{!0}
SampledImage.ll
13
target triple = "
spir
-unknown-unknown"
68
!opencl.
spir
.version = !{!6}
builtin_vars-decorate.ll
6
target triple = "
spir
-unknown-unknown"
72
!opencl.
spir
.version = !{!6}
image-unoptimized.ll
4
target triple = "
spir
-unknown-unknown"
62
!opencl.
spir
.version = !{!6}
/external/spirv-llvm/test/SPIRV/transcoding/
OpConstantSampler.ll
14
target triple = "
spir
-unknown-unknown"
62
!opencl.
spir
.version = !{!6}
OpControlBarrier_cl12.ll
33
target triple = "
spir
-unknown-unknown"
57
!opencl.
spir
.version = !{!6}
OpGenericPtrMemSemantics.ll
17
target triple = "
spir
-unknown-unknown"
70
!opencl.
spir
.version = !{!6}
OpImageReadMS.ll
13
target triple = "
spir
-unknown-unknown"
69
!opencl.
spir
.version = !{!6}
OpImageSampleExplicitLod.ll
15
target triple = "
spir
-unknown-unknown"
56
!opencl.
spir
.version = !{!6}
OpPhi_ArgumentsPlaceholders.ll
23
target triple = "
spir
"
68
!opencl.
spir
.version = !{!6}
image_channel.ll
10
target triple = "
spir
-unknown-unknown"
48
!opencl.
spir
.version = !{!6}
relationals.ll
34
target triple = "
spir
-unknown-unknown"
90
!opencl.
spir
.version = !{!9}
relationals_double.ll
22
target triple = "
spir
-unknown-unknown"
51
!opencl.
spir
.version = !{!6}
relationals_half.ll
34
target triple = "
spir
-unknown-unknown"
90
!opencl.
spir
.version = !{!9}
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h
25
// Encapsulates the grammar to use for
SPIR
-V assembly.
38
// Returns the
SPIR
-V target environment.
name_mapper.h
28
// A NameMapper maps
SPIR
-V Id values to names. Each name is valid to use in
29
//
SPIR
-V assembly. The mapping is one-to-one, i.e. no two Ids map to the same
validate.h
83
/// Performs logical layout validation as described in section 2.4 of the
SPIR
-V
139
/// @brief Validate the ID's within a
SPIR
-V binary
binary.cpp
56
// A
SPIR
-V binary parser. A parser instance communicates detailed parse
70
// Parses the specified binary
SPIR
-V module, issuing callbacks on a parsed
91
// starting at inst_offset words into the
SPIR
-V binary.
92
// If the
SPIR
-V binary is the same endianness as the host, then the
159
const libspirv::AssemblyGrammar grammar_; //
SPIR
-V syntax utility.
172
// The state used to parse a single
SPIR
-V binary module.
190
const uint32_t* words; // Words in the binary
SPIR
-V module.
195
// Is the
SPIR
-V binary in a different endiannes from the host native
238
return diagnostic() << "Invalid
SPIR
-V magic number '" << std::hex
650
// having an operand is for image operands. See
SPIR
-V 3.14 Imag
[
all
...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
basic_block.h
15
// This file defines the language constructs for representing a
SPIR
-V
34
// A
SPIR
-V basic block.
/external/deqp/external/vulkancts/
README.md
114
Pre-compiling
SPIR
-V binaries
117
For distribution, and platforms that don't support GLSL to
SPIR
-V compilation,
118
SPIR
-V binaries can be pre-built with following command:
122
By default the script builds
SPIR
-V binaries for Vulkan 1.1.
131
SPIR
-V programs in order for the binaries to be available.
Completed in 1290 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>