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

  /external/skia/src/gpu/
GrShaderVar.cpp 44 void GrShaderVar::setMemoryModel(GrSLMemoryModel model) {
  /external/skia/include/gpu/
GrShaderVar.h 289 void setMemoryModel(GrSLMemoryModel);
  /external/skia/src/gpu/gl/
GrGLUniformHandler.cpp 95 imageStorage.fVariable.setMemoryModel(model);
  /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 319 m->setMemoryModel(AddressingModel::Physical32, MemoryModel::GLSL450);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 75 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem)
GlslangToSpv.cpp 675 builder.setMemoryModel(spv::AddressingModelLogical, spv::MemoryModelGLSL450);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 75 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem)
GlslangToSpv.cpp 675 builder.setMemoryModel(spv::AddressingModelLogical, spv::MemoryModelGLSL450);
    [all...]

Completed in 1544 milliseconds