Home
last modified time | relevance | path

Searched refs:index_from (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.h44 auto idx = index_from(v->sel(), v->chan()); in insert()
48 auto idx = index_from(index, chan); in get_or_inject()
60 uint32_t index_from(uint32_t index, uint32_t chan) { in index_from() function
/third_party/gettext/build-aux/
Dtexi2html11225 my $index_from = $1;
11227 echo_error ("unknown from index name $index_from in \@$macro", $line_nr)
11228 unless $index_names{$index_from};
11231 if ($index_names{$index_from} and $index_names{$index_to})
11235 $index_names{$index_to}->{'associated_indices_code'}->{$index_from} = 1;
11239 $index_names{$index_to}->{'associated_indices'}->{$index_from} = 1;
11241 push @{$Texi2HTML::THISDOC{$macro}}, [$index_from,$index_to];