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

  /external/mesa3d/src/gallium/include/pipe/
p_state.h 649 unsigned vertices_per_patch; /**< the number of vertices per patch */ member in struct:pipe_draw_info
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 710 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; local
713 vertices_per_patch = unpack_param(ctx, SI_PARAM_TCS_OFFCHIP_LAYOUT, 9, 6);
715 total_vertices = LLVMBuildMul(gallivm->builder, vertices_per_patch,
721 vertices_per_patch, "");
    [all...]

Completed in 582 milliseconds