OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:column_result
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_mat_op_to_vec.cpp
189
ir_rvalue *
column_result
;
local
193
column_result
= result->clone(mem_ctx, NULL);
194
column_result
= new(mem_ctx) ir_swizzle(
column_result
, i, 0, 0, 0, 1);
200
column_assign = new(mem_ctx) ir_assignment(
column_result
,
/external/mesa3d/src/glsl/
lower_mat_op_to_vec.cpp
189
ir_rvalue *
column_result
;
local
193
column_result
= result->clone(mem_ctx, NULL);
194
column_result
= new(mem_ctx) ir_swizzle(
column_result
, i, 0, 0, 0, 1);
200
column_assign = new(mem_ctx) ir_assignment(
column_result
,
Completed in 523 milliseconds