Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlower_int64.cpp264 unsigned source_components = 0; in lower_op_to_function_call() local
274 if (ir->operands[i]->type->vector_elements > source_components) in lower_op_to_function_call()
275 source_components = ir->operands[i]->type->vector_elements; in lower_op_to_function_call()
278 for (unsigned i = 0; i < source_components; i++) { in lower_op_to_function_call()