Searched refs:elements_double (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c99 const uint32_t elements_double = double_inputs_read >> VERT_ATTRIB_GENERIC0; local in function:emit_vertex_input
106 __builtin_popcount(elements_double) / 2;
162 DIV_ROUND_UP(__builtin_popcount(elements_double &
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c101 const uint32_t elements_double = double_inputs_read >> VERT_ATTRIB_GENERIC0; local in function:emit_vertex_input
108 __builtin_popcount(elements_double) / 2;
164 DIV_ROUND_UP(__builtin_popcount(elements_double &

Completed in 9 milliseconds