HomeSort by relevance Sort by last modified time
    Searched full:memorymodel (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/spirv-llvm/test/SPIRV/
layout.ll 7 ; CHECK-NEXT: {{[0-9]*}} MemoryModel
13 ; CHECK-NOT: {{[0-9]*}} MemoryModel
25 ; CHECK-NOT: {{[0-9]*}} MemoryModel
36 ; CHECK-NOT: {{[0-9]*}} MemoryModel
59 ; CHECK-NOT: {{[0-9]*}} MemoryModel
69 ; CHECK-NOT: {{[0-9]*}} MemoryModel
83 ; CHECK-NOT: {{[0-9]*}} MemoryModel
99 ; CHECK-NOT: {{[0-9]*}} MemoryModel
117 ; CHECK-NOT: {{[0-9]*}} MemoryModel
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LegacyVgaBios.h 62 UINT8 MemoryModel;
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 17 MemoryModel Logical GLSL450
Smoke.push_constant.vert.h 17 MemoryModel Logical GLSL450
Smoke.vert.h 17 MemoryModel Logical GLSL450
  /external/vulkan-validation-layers/demos/android/include/
cube.frag.h 17 MemoryModel Logical GLSL450
cube.vert.h 17 MemoryModel Logical GLSL450
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 13 _SPIRV_OP(MemoryModel, 14)
SPIRVNameMapEnum.h 87 SPIRVMap<MemoryModel, std::string>::init() {
92 SPIRV_DEF_NAMEMAP(MemoryModel, SPIRVMemoryModelNameMap)
SPIRVModule.cpp 71 MemoryModel(MemoryModelOpenCL){
105 SPIRVMemoryModelKind getMemoryModel() const { return MemoryModel;}
140 MemoryModel = MM;
141 if (MemoryModel == spv::MemoryModelOpenCL)
314 SPIRVMemoryModelKind MemoryModel;
    [all...]
SPIRVEnum.h 106 typedef spv::MemoryModel SPIRVMemoryModelKind;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 86 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem)
89 memoryModel = mem;
598 MemoryModel memoryModel;
  /art/runtime/native/
java_lang_Thread.cc 191 * http://www.cs.umd.edu/~pugh/java/memoryModel/archive/0944.html
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.c 225 VbeModeInfo->MemoryModel = 6; // direct color
  /external/spirv-llvm/lib/SPIRV/
TransOCLMD.cpp 123 B.addNamedMD(kSPIRVMD::MemoryModel)
SPIRVInternal.h 356 const static char MemoryModel[] = "spirv.MemoryModel";
    [all...]
  /external/spirv-llvm/tools/spirv-tool/
gen_spirv.bash 108 for prefix in SourceLanguage ExecutionModel AddressingModel MemoryModel ExecutionMode StorageClass Dim SamplerAddressingMode SamplerFilterMode ImageFormat \
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 37 m->setMemoryModel(AddressingModel::Physical32, MemoryModel::GLSL450);
module.h 123 Module *setMemoryModel(AddressingModel am, MemoryModel mm);
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
VesaBiosExtensions.h 321 UINT8 MemoryModel; // Memory model type
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
VesaBiosExtensions.h 330 UINT8 MemoryModel; // Memory model type
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 333 m->setMemoryModel(AddressingModel::Logical, MemoryModel::GLSL450);
  /external/shaderc/spirv-headers/include/spirv/1.0/
spirv.hpp 85 enum MemoryModel {
spirv.hpp11 85 enum class MemoryModel : unsigned {
spirv.json 98 "Name": "MemoryModel",
    [all...]

Completed in 336 milliseconds

1 2 3