Searched refs:DO_EVERYTHING (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/gtests/ |
D | Remap.FromFile.cpp | 89 …"remap.basic.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 92 …"remap.specconst.comp", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 94 …"remap.switch.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 96 …"remap.literal64.everything.spv", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 98 …"remap.if.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 101 …"remap.similar_1a.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 102 …"remap.similar_1b.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 104 …"remap.uniformarray.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING }, 108 …"remap.hlsl.sample.basic.everything.frag", "main", Source::HLSL, spv::spirvbin_t::DO_EVERYTHING }, 111 …"remap.hlsl.templatetypes.everything.frag", "main", Source::HLSL, spv::spirvbin_t::DO_EVERYTHING },
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.h | 71 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP) enumerator 122 std::uint32_t opts = DO_EVERYTHING); 125 void remap(std::vector<std::uint32_t>& spv, std::uint32_t opts = DO_EVERYTHING); 145 void remap(std::uint32_t opts = DO_EVERYTHING);
|
/third_party/glslang/ |
D | README-spirv-remap.txt | 75 void remap(std::vector<std::uint32_t>& spv, std::uint32_t opts = DO_EVERYTHING); 136 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
|
/third_party/glslang/StandAlone/ |
D | spirv-remap.cpp | 268 options = options | spv::spirvbin_t::DO_EVERYTHING; in parseCmdLine()
|