Searched refs:p_state (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_cmd_buffer.c | 1535 struct v3dv_cmd_buffer_state *p_state = &primary->state; in cmd_buffer_copy_secondary_end_query_state() local 1539 p_state->query.end.used_count + s_state->query.end.used_count; in cmd_buffer_copy_secondary_end_query_state() 1543 &p_state->query.end.alloc_count, in cmd_buffer_copy_secondary_end_query_state() 1544 (void **) &p_state->query.end.states); in cmd_buffer_copy_secondary_end_query_state() 1552 &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/boost/libs/beast/test/bench/parser/nodejs-parser/ |
D | http_parser.c | 59 #define CURRENT_STATE() p_state 60 #define UPDATE_STATE(V) p_state = (enum state) (V); 647 enum state p_state = (enum state) parser->state; in http_parser_execute() local
|
/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 | 4303 ../src/gallium/include/pipe/p_state.h
|