Searched refs:offset_vector (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | codegen.h | 82 unsigned offset_vector : 4; member
|
H A D | disasm.c | 138 if (varying->imm.offset_vector != 15) { in print_varying_source() 139 unsigned reg = (varying->imm.offset_vector << 2) + in print_varying_source()
|
H A D | codegen.c | 71 f->imm.offset_vector = index >> 2; in ppir_codegen_encode_varying() 74 f->imm.offset_vector = 0xf; in ppir_codegen_encode_varying()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 6309 if (cb->offset_vector[i] == PCRE2_UNSET) in callout_function() 6313 PCHARSV(cb->subject, cb->offset_vector[i], in callout_function() 6314 cb->offset_vector[i+1] - cb->offset_vector[i], utf, f); in callout_function()
|
H A D | pcre2_dfa_match.c | 368 cb->offset_vector = offsets; in do_callout_dfa()
|
H A D | pcre2grep.c | 2294 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout()
|
H A D | pcre2_match.c | 284 compatibility, however, we pass capture_top and offset_vector to the callout as in do_callout() 299 cb->offset_vector = callout_ovector; in do_callout()
|
H A D | pcre2_jit_compile.c | 9715 callout_block->current_position = (PCRE2_SPTR)callout_block->offset_vector - begin; in do_callout_jit() 9720 callout_block->offset_vector = ovector; in do_callout_jit() 9776 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(offset_vector), STR_PTR, 0); in compile_callout_matchingpath()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_v360.c | 1038 static void offset_vector(float *vec, float h_offset, float v_offset) in offset_vector() function 4262 offset_vector(vec, s->h_offset, s->v_offset); in v360_slice()
|
Completed in 51 milliseconds