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

  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 37 m->setMemoryModel(AddressingModel::Physical32, MemoryModel::GLSL450);
module.h 123 Module *setMemoryModel(AddressingModel am, MemoryModel mm);
module.cpp 187 Module *Module::setMemoryModel(AddressingModel am, MemoryModel mm) {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 144 virtual void setMemoryModel(SPIRVMemoryModelKind) = 0;
SPIRVEntry.cpp 558 Module->setMemoryModel(MemModel);
SPIRVModule.cpp 139 void setMemoryModel(SPIRVMemoryModelKind MM) {
    [all...]
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 333 m->setMemoryModel(AddressingModel::Logical, MemoryModel::GLSL450);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 86 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem)
GlslangToSpv.cpp     [all...]

Completed in 269 milliseconds