OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_slots
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp
584
unsigned
type_slots
= nir_src_bit_size(instr->src[0]) / 32;
local
585
if (
type_slots
== 2) {
599
if (i == 2 &&
type_slots
== 2)
611
swizzle[num_channels++] = (i *
type_slots
) % 4;
612
if (
type_slots
== 2)
613
swizzle[num_channels++] = (i *
type_slots
+ 1) % 4;
624
(i == 1 &&
type_slots
== 2)) {
660
skipped_channels +=
type_slots
;
[
all
...]
brw_fs_nir.cpp
[
all
...]
Completed in 92 milliseconds