/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.h | 386 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/ |
D | vertexshader9.h | 71 uint64_t last_key; member 119 res = vs->last_key != key; in NineVertexShader9_UpdateKey()
|
D | pixelshader9.h | 61 uint64_t last_key; member 131 res = ps->last_key != key; in NinePixelShader9_UpdateKey()
|
D | pixelshader9.c | 88 This->last_key = 0; in NinePixelShader9_ctor() 182 if (key == This->last_key) { in NinePixelShader9_GetVariant() 233 This->last_key = key; in NinePixelShader9_GetVariant()
|
D | vertexshader9.c | 103 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/ |
D | fd3_context.h | 50 struct ir3_shader_key last_key; member
|
D | fd3_context.c | 78 fd3_ctx->base.last.key = &fd3_ctx->last_key; in fd3_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.h | 58 struct ir3_shader_key last_key; member
|
D | fd4_context.c | 79 fd4_ctx->base.last.key = &fd4_ctx->last_key; in fd4_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 55 struct ir3_shader_key last_key; member
|
D | fd5_context.c | 77 fd5_ctx->base.last.key = &fd5_ctx->last_key; in fd5_context_create()
|
/third_party/libuv/src/win/ |
D | tty.c | 821 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/ |
D | map_test.cc | 342 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/ |
D | fd6_context.h | 77 struct ir3_shader_key last_key; member
|
D | fd6_context.c | 217 fd6_ctx->base.last.key = &fd6_ctx->last_key; in fd6_context_create()
|
/third_party/libuv/include/uv/ |
D | win.h | 506 char last_key[8]; \
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 901 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/ |
D | rust-library.rs | 35708 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, ());
|