Searched refs:p_state (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_cmd_buffer.c | 1604 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/ |
D | snowenc.c | 232 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/ |
D | 21.0.0.rst | 938 - gallium: fix missing bit field in p_state.h
|
D | 20.3.0.rst | 1363 - gallium: fix missing bit field in p_state.h
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 4279 "../src/gallium/include/pipe/p_state.h",
|