Home
last modified time | relevance | path

Searched refs:last_key (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h386 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 Dvertexshader9.h71 uint64_t last_key; member
119 res = vs->last_key != key; in NineVertexShader9_UpdateKey()
H A Dpixelshader9.h61 uint64_t last_key; member
131 res = ps->last_key != key; in NinePixelShader9_UpdateKey()
H A 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()
H A 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/
H A Dfd3_context.h50 struct ir3_shader_key last_key; member
H A Dfd3_context.c78 fd3_ctx->base.last.key = &fd3_ctx->last_key;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.h58 struct ir3_shader_key last_key; member
H A Dfd4_context.c79 fd4_ctx->base.last.key = &fd4_ctx->last_key;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.h55 struct ir3_shader_key last_key; member
H A Dfd5_context.c77 fd5_ctx->base.last.key = &fd5_ctx->last_key;
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.h77 struct ir3_shader_key last_key; member
H A Dfd6_context.c217 fd6_ctx->base.last.key = &fd6_ctx->last_key;
/third_party/node/deps/uv/src/win/
H A 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/python/Lib/tomllib/
H A D_parser.py217 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 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, in StressTestIterators()
[all...]
/third_party/libuv/src/win/
H A Dtty.c817 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 DAesOpt.asm528 ; 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 Dwin.h516 char last_key[8]; \
/third_party/node/deps/uv/include/uv/
H A Dwin.h512 char last_key[8]; \
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc118 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 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()

Completed in 23 milliseconds