HomeSort by relevance Sort by last modified time
    Searched defs:first_component (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 202 unsigned first_component = nir_intrinsic_component(instr); local
204 first_component /= 2;
219 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
240 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
268 temp_as_src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
brw_vec4_tcs.cpp 170 unsigned first_component,
197 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
205 unsigned first_component,
213 brw_imm_ud(dst.writemask << first_component), indirect_offset);
221 if (first_component) {
225 BRW_SWZ_COMP_INPUT(first_component))));
279 unsigned first_component = nir_intrinsic_component(instr); local
285 * We don't need to divide first_component by 2 because
291 first_component, indirect_offset);
308 first_component, indirect_offset)
336 unsigned first_component = nir_intrinsic_component(instr); local
    [all...]

Completed in 6268 milliseconds