Searched refs:is_legacy (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/ |
D | test_shaders.py | 505 def cross_compile(shader, vulkan, spirv, invalid_spirv, eliminate, is_legacy, flatten_ubo, sso, fla… argument 534 if is_legacy: 573 if (vulkan or spirv) and (not is_legacy): 717 is_legacy = shader_is_legacy(shader[1]) 725 … cross_compile(joined_path, vulkan, is_spirv, invalid_spirv, eliminate, is_legacy, flatten_ubo, ss…
|
D | spirv_glsl.cpp | 1180 if (is_legacy()) in layout_for_member() 1757 if (is_legacy()) in layout_for_variable() 2123 else if (is_legacy() || (!options.es && options.version == 130) || in emit_buffer_block() 2342 if (is_legacy() && execution.model == ExecutionModelVertex) in to_storage_qualifiers_glsl() 2344 else if (is_legacy() && execution.model == ExecutionModelFragment) in to_storage_qualifiers_glsl() 3267 if (execution.model == ExecutionModelFragment && is_legacy()) in emit_resources() 3520 if (var.storage == StorageClassOutput && !is_legacy() && in emit_resources() 4660 if (is_legacy() && is_unsigned_opcode(cop.opcode)) in constant_op_expression() 5012 if (!is_legacy()) in convert_float_to_string() 5078 if (!is_legacy()) in convert_double_to_string() [all …]
|
D | spirv_glsl.hpp | 829 inline bool is_legacy() const in is_legacy() function in SPIRV_CROSS_NAMESPACE::CompilerGLSL
|
/third_party/cups-filters/utils/ |
D | cups-browsed.c | 203 int is_legacy; member 7230 p->is_legacy = 0; in create_remote_printer_entry() 7947 if (p->is_legacy) { in update_cups_queues() 8954 if (p->is_legacy) { in update_cups_queues() 8988 if (p->is_legacy) { in update_cups_queues() 9831 p->is_legacy) { in examine_discovered_printer_record() 9832 p->is_legacy = 0; in examine_discovered_printer_record() 9876 if (p->is_legacy) { in examine_discovered_printer_record() 10749 printer->is_legacy = 1; in found_cups_printer() 10759 (HAVE_CUPS_1_6 || (!HAVE_CUPS_1_6 && !printer->is_legacy))) in found_cups_printer()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 20768 bool is_legacy; member 65139 bool is_legacy; member
|