Searched refs:offset_vector (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.h | 82 unsigned offset_vector : 4; member
|
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()
|
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/ |
D | NEWS | 255 offset_vector field in the callout block is no longer a pointer to the
|
/third_party/pcre2/pcre2/src/ |
D | pcre2.h.in | 522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
|
D | pcre2.h.generic | 522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
|
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()
|
D | pcre2_dfa_match.c | 368 cb->offset_vector = offsets; in do_callout_dfa()
|
D | pcre2grep.c | 2294 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout()
|
D | pcre2_match.c | 299 cb->offset_vector = callout_ovector; in do_callout()
|
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/ |
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()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 4663 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
|