Home
last modified time | relevance | path

Searched refs:p_state (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_cmd_buffer.c1604 struct v3dv_cmd_buffer_state *p_state = &primary->state; in cmd_buffer_copy_secondary_end_query_state() local
1608 p_state->query.end.used_count + s_state->query.end.used_count; in cmd_buffer_copy_secondary_end_query_state()
1612 &p_state->query.end.alloc_count, in cmd_buffer_copy_secondary_end_query_state()
1613 (void **) &p_state->query.end.states); in cmd_buffer_copy_secondary_end_query_state()
1621 &p_state->query.end.states[p_state->query.end.used_count++]; in cmd_buffer_copy_secondary_end_query_state()
/third_party/ffmpeg/libavcodec/
Dsnowenc.c232 uint8_t p_state[sizeof(s->block_state)]; in encode_q_branch() local
367 memcpy(p_state, s->block_state, sizeof(s->block_state)); in encode_q_branch()
370 put_rac(&pc, &p_state[4 + s_context], 1); in encode_q_branch()
371 put_rac(&pc, &p_state[1 + left->type + top->type], 0); in encode_q_branch()
373 put_symbol(&pc, &p_state[128 + 1024 + 32*ref_context], best_ref, 0); in encode_q_branch()
375 put_symbol(&pc, &p_state[128 + 32*(mx_context + 16*!!best_ref)], mx - pmx, 1); in encode_q_branch()
376 put_symbol(&pc, &p_state[128 + 32*(my_context + 16*!!best_ref)], my - pmy, 1); in encode_q_branch()
452 memcpy(s->block_state, p_state, sizeof(s->block_state)); in encode_q_branch()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst938 - gallium: fix missing bit field in p_state.h
D20.3.0.rst1363 - gallium: fix missing bit field in p_state.h
/third_party/mesa3d/ohos/
Ddependency_inputs.gni4279 "../src/gallium/include/pipe/p_state.h",