Home
last modified time | relevance | path

Searched defs:type_prefix (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dconventions.py199 def type_prefix(self): member in ConventionsBase
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py244 def type_prefix(self): member in ConventionsBase
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp6209 std::string type_prefix = is_comparison ? "shadow" : "texture"; in legacy_tex_op() local