/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.h | 386 struct ir3_shader_key *last_key) in ir3_shader_key_changes_fs() 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() 385 ir3_shader_key_changes_fs(struct ir3_shader_key *key, struct ir3_shader_key *last_key) ir3_shader_key_changes_fs() argument 413 ir3_shader_key_changes_vs(struct ir3_shader_key *key, struct ir3_shader_key *last_key) ir3_shader_key_changes_vs() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexshader9.h | 71 uint64_t last_key; member 119 res = vs->last_key != key; in NineVertexShader9_UpdateKey()
|
H A D | pixelshader9.h | 61 uint64_t last_key; member 131 res = ps->last_key != key; in NinePixelShader9_UpdateKey()
|
H A 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()
|
H A 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/ |
H A D | fd3_context.h | 50 struct ir3_shader_key last_key; member
|
H A D | fd3_context.c | 78 fd3_ctx->base.last.key = &fd3_ctx->last_key;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_context.h | 58 struct ir3_shader_key last_key; member
|
H A D | fd4_context.c | 79 fd4_ctx->base.last.key = &fd4_ctx->last_key;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_context.h | 55 struct ir3_shader_key last_key; member
|
H A D | fd5_context.c | 77 fd5_ctx->base.last.key = &fd5_ctx->last_key;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_context.h | 77 struct ir3_shader_key last_key; member
|
H A D | fd6_context.c | 217 fd6_ctx->base.last.key = &fd6_ctx->last_key;
|
/third_party/node/deps/uv/src/win/ |
H A 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/python/Lib/tomllib/ |
H A D | _parser.py | 217 last_key = key[-1] 218 if last_key in cont: 219 list_ = cont[last_key] 224 cont[last_key] = [{}]
|
/third_party/protobuf/src/google/protobuf/ |
H A 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, in StressTestIterators() [all...] |
/third_party/libuv/src/win/ |
H A D | tty.c | 817 handle->tty.rd.last_key[0] = '\033'; in uv_process_tty_read_raw_req() 823 char_len = sizeof handle->tty.rd.last_key; in uv_process_tty_read_raw_req() 824 last_key_buf = &handle->tty.rd.last_key[prefix_len]; in uv_process_tty_read_raw_req() 879 handle->tty.rd.last_key[0] = '\033'; in uv_process_tty_read_raw_req() 886 assert(prefix_len + vt100_len < sizeof handle->tty.rd.last_key); in uv_process_tty_read_raw_req() 887 memcpy(&handle->tty.rd.last_key[prefix_len], vt100, vt100_len); in uv_process_tty_read_raw_req() 907 buf.base[buf_used++] = handle->tty.rd.last_key[handle->tty.rd.last_key_offset++]; in uv_process_tty_read_raw_req()
|
/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 528 ; last_key equ @CatStr(xmm, %(CENC_START_KEY + CENC_NUM_REG_KEYS))
545 ; movdqa last_key, [keys]
567 ; aesenclast state, last_key
|
/third_party/libuv/include/uv/ |
H A D | win.h | 516 char last_key[8]; \
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 512 char last_key[8]; \
|
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 118 Handle<String> ConstructCircularStructureErrorMessage(Handle<Object> last_key, 480 Handle<Object> last_key, size_t start_index) { in ConstructCircularStructureErrorMessage() 510 builder.AppendClosingLine(last_key); in ConstructCircularStructureErrorMessage() 479 ConstructCircularStructureErrorMessage( Handle<Object> last_key, size_t start_index) ConstructCircularStructureErrorMessage() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A 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()
|