Home
last modified time | relevance | path

Searched refs:offset_vector (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.h82 unsigned offset_vector : 4; member
Ddisasm.c138 if (varying->imm.offset_vector != 15) { in print_varying_source()
139 unsigned reg = (varying->imm.offset_vector << 2) + in print_varying_source()
Dcodegen.c71 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/
DNEWS255 offset_vector field in the callout block is no longer a pointer to the
/third_party/pcre2/pcre2/src/
Dpcre2.h.in522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
Dpcre2.h.generic522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
Dpcre2test.c6309 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()
Dpcre2_dfa_match.c368 cb->offset_vector = offsets; in do_callout_dfa()
Dpcre2grep.c2294 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout()
Dpcre2_match.c299 cb->offset_vector = callout_ovector; in do_callout()
Dpcre2_jit_compile.c9715 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/
Dvf_v360.c1038 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()
/third_party/pcre2/pcre2/doc/
Dpcre2.txt4663 PCRE2_SIZE *offset_vector;
4713 The offset_vector field is a pointer to a vector of capturing offsets
4717 For calls to pcre2_match(), the offset_vector field is not (since re-
4741 For DFA matching, the offset_vector field points to the ovector that