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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c1281 get_sampler_count(const struct anv_shader_bin *bin) function in typeref:typename:uint32_t
1346 vs.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(vs_bin);
1422 hs.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(tcs_bin);
1473 ds.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(tes_bin);
1532 gs.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(gs_bin);
1766 ps.SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(fs_bin);
2118 .SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(cs_bin),
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c1714 get_sampler_count(const struct anv_shader_bin *bin) function in typeref:typename:uint32_t
1792 vs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(vs_bin);
1869 hs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(tcs_bin);
1951 ds.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(tes_bin);
2014 gs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(gs_bin);
2291 ps.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(fs_bin);
2701 .SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(cs_bin),

Completed in 8 milliseconds