Home
last modified time | relevance | path

Searched refs:index_start (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/unicode-ident/generate/src/
H A Dmain.rs61 let mut index_start = Vec::<u8>::new(); in main() variables
79 index_start.push(new_chunk(start_bits)); in main()
83 while let Some(0) = index_start.last() { in main()
84 index_start.pop(); in main()
142 for index in &mut index_start { in main()
149 let out = write::output(&properties, &index_start, &index_continue, &halfdense); in main()
H A Dwrite.rs23 index_start: &[u8], in output()
68 index_start.len(), in output()
70 for line in index_start.chunks(16) { in output()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c281 uint32_t index_start = info->index_size ? draw->index_bias : draw->start; variable
282 if (ctx->last.dirty || (ctx->last.index_start != index_start)) {
284 OUT_RING(ring, index_start); /* VFD_INDEX_OFFSET */
285 ctx->last.index_start = index_start;
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h540 uint32_t index_start; member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h810 /// @param index_start the index of the first operand in `inst` that is an
817 int index_start);
H A Dfunction.cc4461 int index_start) { in MakeCompositeValueDecomposition()
4486 for (uint32_t index = index_start; index < num_in_operands; ++index) { in MakeCompositeValueDecomposition()
4492 << " is invalid after following " << (index - index_start) in MakeCompositeValueDecomposition()
4457 MakeCompositeValueDecomposition( const spvtools::opt::Instruction& inst, TypedExpression composite, uint32_t composite_type_id, int index_start) MakeCompositeValueDecomposition() argument

Completed in 13 milliseconds