HomeSort by relevance Sort by last modified time
    Searched full:spir (Results 201 - 225 of 479) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/rs/rsov/compiler/
GlobalAllocPass.cpp 59 // SPIR-V instructions that loads the metadata.
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_private.h 64 // compiled SPIR-V binary code. In disassembly and preprocessing-only mode, it
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
function.h 32 // A SPIR-V function.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
decoration.h 33 // might be assigned using separate SPIR-V instructions, possibly using an
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmLoopDepInfTests.cpp 21 * \brief SPIR-V Loop Control for DependencyInfinite qualifier tests
213 TCU_THROW(NotSupportedError, "SPIR-V higher than 1.3 is required for this test to run");
  /external/llvm/include/llvm/IR/
CallingConv.h 120 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
130 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /external/skia/src/sksl/ir/
SkSLLayout.h 342 // builtin comes from SPIR-V and identifies which particular builtin value this object
345 // input_attachment_index comes from Vulkan/SPIR-V to connect a shader variable to the a
  /external/skqp/src/sksl/ir/
SkSLLayout.h 342 // builtin comes from SPIR-V and identifies which particular builtin value this object
345 // input_attachment_index comes from Vulkan/SPIR-V to connect a shader variable to the a
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 1 //===- SPIRVDecorate.cpp -SPIR-V Decorations ---------------------*- C++ -*-===//
36 /// This file implements SPIR-V decorations.
SPIRVInstruction.cpp 1 //===- SPIRVInstruction.cpp -Class to represent SPIR-V instruction - C++ -*-===//
36 /// This file implements SPIR-V instructions.
SPIRVStream.cpp 1 //===- SPIRVStream.cpp ? Class to represent a SPIR-V Stream ------*- C++ -*-===//
36 /// This file implements SPIR-V stream class.
SPIRVStream.h 1 //===- SPIRVStream.h ? Class to represent a SPIR-V Stream --------*- C++ -*-===//
36 /// This file defines Word class for SPIR-V.
  /external/spirv-llvm/test/SPIRV/
ExecutionMode.ll 23 target triple = "spir-unknown-unknown"
130 !opencl.spir.version = !{!8}
  /external/spirv-llvm/test/SPIRV/transcoding/
device_execution.ll 88 !opencl.spir.version = !{!7}
105 !10 = !{!"clang version 3.6.1 (https://github.com/KhronosGroup/SPIR.git 49a8b4a760d227b12116a79b2f7b2e34ef2e6879) (ssh://nnopencl-git-01.inn.intel.com/home/git/repo/opencl_qa-llvm d9b98710f905089caec167209da23af2e4f72bf0)"}
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 120 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
130 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 120 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
130 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallingConv.h 121 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
131 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallingConv.h 121 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
131 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 120 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
130 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallingConv.h 121 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
131 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallingConv.h 121 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
131 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.cpp 43 // Represents a vendor tool entry in the SPIR-V XML Regsitry.
174 // Use the latest SPIR-V version, which should be backward-compatible with all
spirv_stats.cpp 310 << "Invalid SPIR-V magic number.";
317 << "Invalid SPIR-V header.";
  /external/tcpdump/
print-esp.c 112 u_char spir[8]; member in struct:sa_list
187 u_char spii[8], u_char spir[8],
205 && memcmp(spir, sa->spir, 8) == 0)
472 if(espprint_decode_hex(ndo, sa1.spir, sizeof(sa1.spir), rcookie+2)!=8)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
optimizer.hpp 27 // C++ interface for SPIR-V optimization functionalities. It wraps the context
28 // (including target environment and the corresponding SPIR-V grammar) and
80 // Optimizes the given SPIR-V module |original_binary| and writes the
97 // A null pass does nothing to the SPIR-V module to be optimized.
102 // Section 3.32.2 of the SPIR-V spec) of the SPIR-V module to be optimized.

Completed in 1856 milliseconds

1 2 3 4 5 6 7 891011>>