Home
last modified time | relevance | path

Searched refs:last_key (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h386 struct ir3_shader_key *last_key) in ir3_shader_key_changes_fs() argument
388 if (last_key->has_per_samp || key->has_per_samp) { in ir3_shader_key_changes_fs()
389 if ((last_key->fsamples != key->fsamples) || in ir3_shader_key_changes_fs()
390 (last_key->fastc_srgb != key->fastc_srgb) || in ir3_shader_key_changes_fs()
391 memcmp(last_key->fsampler_swizzles, key->fsampler_swizzles, in ir3_shader_key_changes_fs()
396 if (last_key->rasterflat != key->rasterflat) in ir3_shader_key_changes_fs()
399 if (last_key->layer_zero != key->layer_zero) in ir3_shader_key_changes_fs()
402 if (last_key->ucp_enables != key->ucp_enables) in ir3_shader_key_changes_fs()
405 if (last_key->safe_constlen != key->safe_constlen) in ir3_shader_key_changes_fs()
414 struct ir3_shader_key *last_key) in ir3_shader_key_changes_vs() argument
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.h71 uint64_t last_key; member
119 res = vs->last_key != key; in NineVertexShader9_UpdateKey()
Dpixelshader9.h61 uint64_t last_key; member
131 res = ps->last_key != key; in NinePixelShader9_UpdateKey()
Dpixelshader9.c88 This->last_key = 0; in NinePixelShader9_ctor()
182 if (key == This->last_key) { in NinePixelShader9_GetVariant()
233 This->last_key = key; in NinePixelShader9_GetVariant()
Dvertexshader9.c103 This->last_key = (uint32_t) (info.swvp_on << 9); in NineVertexShader9_ctor()
208 if (key == This->last_key) { in NineVertexShader9_GetVariant()
246 This->last_key = key; in NineVertexShader9_GetVariant()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h50 struct ir3_shader_key last_key; member
Dfd3_context.c78 fd3_ctx->base.last.key = &fd3_ctx->last_key; in fd3_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.h58 struct ir3_shader_key last_key; member
Dfd4_context.c79 fd4_ctx->base.last.key = &fd4_ctx->last_key; in fd4_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h55 struct ir3_shader_key last_key; member
Dfd5_context.c77 fd5_ctx->base.last.key = &fd5_ctx->last_key; in fd5_context_create()
/third_party/libuv/src/win/
Dtty.c821 handle->tty.rd.last_key[0] = '\033'; in uv_process_tty_read_raw_req()
837 &handle->tty.rd.last_key[prefix_len], in uv_process_tty_read_raw_req()
838 sizeof handle->tty.rd.last_key, in uv_process_tty_read_raw_req()
847 &handle->tty.rd.last_key[prefix_len], in uv_process_tty_read_raw_req()
848 sizeof handle->tty.rd.last_key, in uv_process_tty_read_raw_req()
890 handle->tty.rd.last_key[0] = '\033'; in uv_process_tty_read_raw_req()
897 assert(prefix_len + vt100_len < sizeof handle->tty.rd.last_key); in uv_process_tty_read_raw_req()
898 memcpy(&handle->tty.rd.last_key[prefix_len], vt100, vt100_len); in uv_process_tty_read_raw_req()
918 buf.base[buf_used++] = handle->tty.rd.last_key[handle->tty.rd.last_key_offset++]; in uv_process_tty_read_raw_req()
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc342 int last_key = 0; in TEST_F() local
348 last_key = in TEST_F()
349 static_cast<int>(frog) >= 0 ? static_cast<int>(frog) : last_key ^ 1; in TEST_F()
350 GOOGLE_DCHECK_GE(last_key, 0); in TEST_F()
351 map[last_key] = last_key ^ 1; in TEST_F()
505 int last_key = 0; in StressTestIterators() local
511 last_key = in StressTestIterators()
512 static_cast<int>(frog) >= 0 ? static_cast<int>(frog) : last_key ^ 1; in StressTestIterators()
513 GOOGLE_DCHECK_GE(last_key, 0); in StressTestIterators()
514 m[last_key] = last_key ^ 1; in StressTestIterators()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.h77 struct ir3_shader_key last_key; member
Dfd6_context.c217 fd6_ctx->base.last.key = &fd6_ctx->last_key; in fd6_context_create()
/third_party/libuv/include/uv/
Dwin.h506 char last_key[8]; \
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc901 auto last_key = keys.back(); in TEST() local
902 size_t last_key_num_probes = GetHashtableDebugNumProbes(t, last_key); in TEST()
909 while (last_key_num_probes == GetHashtableDebugNumProbes(t, last_key)) { in TEST()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs35708 let last_key = *map.last_key_value().unwrap().0; localVariable
35709 map.insert(last_key + 1, ());
35720 let last_key = *map.last_key_value().unwrap().0; localVariable
35721 map.insert(last_key + 1, ());