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

1 2

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVNameMapEnum.h 79 SPIRVMap<AddressingModel, std::string>::init() {
84 SPIRV_DEF_NAMEMAP(AddressingModel, SPIRVAddressingModelNameMap)
SPIRVEnum.h 104 typedef spv::AddressingModel SPIRVAddressingModelKind;
SPIRVIsValidEnum.h 87 isValid(spv::AddressingModel V) {
spirv.hpp 76 enum AddressingModel {
  /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);
module.cpp 187 Module *Module::setMemoryModel(AddressingModel am, MemoryModel mm) {
  /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)
555 AddressingModel addressModel;
spirv.hpp 79 enum AddressingModel {
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 75 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem)
555 AddressingModel addressModel;
spirv.hpp 79 enum AddressingModel {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 67 addressingModel(addressingModelArg),
85 const SpvAddressingModel addressingModel;
768 (addressingModel == SpvAddressingModelLogical &&
798 (addressingModel == SpvAddressingModelLogical &&
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.json 88 "Name": "AddressingModel",
    [all...]
spirv.py 67 'AddressingModel' : {
spirv.hpp 78 enum AddressingModel {
spirv.hpp11 78 enum class AddressingModel : unsigned {
spirv.lua 67 AddressingModel = {
spirv.core.grammar.json 132 { "kind" : "AddressingModel" },
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
spirv.hpp 78 enum AddressingModel {
spirv.hpp11 78 enum class AddressingModel : unsigned {
spirv.json 88 "Name": "AddressingModel",
    [all...]
spirv.lua 67 AddressingModel = {
spirv.py 67 'AddressingModel' : {

Completed in 2024 milliseconds

1 2