Lines Matching defs:texture
162 struct crocus_sampler_view *texture = ice->state.shaders[stage].textures[s];
166 if (!texture)
168 if (texture->base.target == PIPE_BUFFER)
171 key->swizzles[s] = crocus_get_texture_swizzle(ice, texture);
178 switch (texture->base.format) {
186 * swizzle. On Haswell, we look at the original texture
188 * leaving normal texture swizzling to SCS.
213 key->gfx6_gather_wa[s] = gfx6_gather_workaround(texture->base.format);
699 [CROCUS_SURFACE_GROUP_TEXTURE] = "texture",
700 [CROCUS_SURFACE_GROUP_TEXTURE_GATHER] = "texture gather",
977 texture index */