HomeSort by relevance Sort by last modified time
    Searched full:addressingmodel (Results 1 - 25 of 41) 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) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 86 void setMemoryModel(spv::AddressingModel addr, spv::MemoryModel mem)
597 AddressingModel addressModel;
spirv.hpp 79 enum AddressingModel {
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 333 m->setMemoryModel(AddressingModel::Logical, MemoryModel::GLSL450);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 61 addressingModel(addressingModelArg),
79 const SpvAddressingModel addressingModel;
    [all...]
  /external/shaderc/spirv-headers/include/spirv/1.0/
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' : {
  /external/shaderc/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' : {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.hpp 79 enum AddressingModel {
spirv.hpp11 79 enum class AddressingModel : unsigned {
spirv.json 89 "Name": "AddressingModel",
    [all...]

Completed in 1250 milliseconds

1 2