Home
last modified time | relevance | path

Searched refs:swr_sampler_soa_create (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.h47 swr_sampler_soa_create(const struct swr_sampler_static_state *key,
Dswr_tex_sample.cpp343 swr_sampler_soa_create(const struct swr_sampler_static_state *static_state, in swr_sampler_soa_create() function
Dswr_shader.cpp1584 swr_sampler_soa_create(key.sampler, PIPE_SHADER_GEOMETRY); in CompileGS()
1812 swr_sampler_soa_create(key.sampler, PIPE_SHADER_TESS_EVAL); in CompileTES()
2113 swr_sampler_soa_create(key.sampler, PIPE_SHADER_TESS_CTRL); in CompileTCS()
2383 swr_sampler_soa_create(key.sampler, PIPE_SHADER_VERTEX); in CompileVS()
2873 sampler = swr_sampler_soa_create(key.sampler, PIPE_SHADER_FRAGMENT); in CompileFS()