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

  /external/mesa3d/src/intel/compiler/
brw_vec4_gs_visitor.cpp 217 bool static_vertex_count = gs_prog_data->static_vertex_count != -1; local
229 devinfo->gen >= 8 && static_vertex_count) {
239 if (devinfo->gen < 8 || !static_vertex_count)
245 inst->mlen = devinfo->gen >= 8 && !static_vertex_count ? 2 : 1;
285 if (devinfo->gen >= 8 && gs_prog_data->static_vertex_count == -1)
406 if (devinfo->gen >= 8 && gs_prog_data->static_vertex_count == -1)
660 prog_data->static_vertex_count = nir_gs_count_vertices(shader);
    [all...]
brw_compiler.h 1023 int static_vertex_count; member in struct:brw_gs_prog_data
    [all...]

Completed in 118 milliseconds