OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_4
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp
521
struct brw_reg
index_4
= suboffset(vec1(index), 4);
local
531
index_4
.dw1.ud += second_vertex_offset;
532
brw_MOV(p, m1_4,
index_4
);
534
brw_ADD(p, m1_4,
index_4
, brw_imm_d(second_vertex_offset));
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp
521
struct brw_reg
index_4
= suboffset(vec1(index), 4);
local
531
index_4
.dw1.ud += second_vertex_offset;
532
brw_MOV(p, m1_4,
index_4
);
534
brw_ADD(p, m1_4,
index_4
, brw_imm_d(second_vertex_offset));
Completed in 850 milliseconds