Home
last modified time | relevance | path

Searched defs:separate (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vue_map.c63 bool separate, in brw_compute_vue_map()
Dbrw_compiler.h1182 bool separate; member
/third_party/flutter/engine/flutter/third_party/txt/tests/
DGraphemeBreakTests.cpp241 const float separate[] = {1.0, 0.0, 1.0}; in TEST() local
/third_party/lz4/programs/
Dbench.c140 void BMK_setBenchSeparately(int separate) { g_benchSeparately = (separate!=0); } in BMK_setBenchSeparately()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c1301 bool separate = diff > get_bit_size(low) / 8u * low->intrin->num_components; in vectorize_sorted_entries() local
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1044 const GLboolean separate = p->state->separate_specular; in build_lighting() local
/third_party/libbpf/src/
Dbtf_dump.c1411 bool separate = name[0] && !last_was_ptr; in btf_dump_emit_name() local
/third_party/libabigail/tests/lib/
Dcatch.hpp14861 bool TestSpecParser::separate() { in separate() function in Catch::TestSpecParser