HomeSort by: relevance | last modified time | path
    Searched refs:active_samplers (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_texture_state.c 289 uint32_t active_samplers = active_samplers_bits(ctx); local
297 if ((1 << x) & active_samplers) {
303 if ((1 << x) & active_samplers) {
309 if ((1 << x) & active_samplers) {
315 if ((1 << x) & active_samplers) {
330 uint32_t active_samplers = active_samplers_bits(ctx); local
344 if ((1 << x) & active_samplers) {
359 if ((1 << x) & active_samplers) {
365 if ((1 << x) & active_samplers) {
382 if ((1 << x) & active_samplers) {
462 uint32_t active_samplers = active_samplers_bits(ctx); local
    [all...]
etnaviv_texture.c 70 ctx->active_samplers |= mask;
72 ctx->active_samplers &= ~mask;
337 return ctx->active_sampler_views & ctx->active_samplers;
etnaviv_context.h 152 uint32_t active_samplers; member in struct:etna_context
etnaviv_texture_desc.c 263 uint32_t active_samplers = active_samplers_bits(ctx); local
268 if ((1 << x) & active_samplers) {
292 if ((1 << x) & active_samplers) {
318 if ((1 << x) & active_samplers) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_texture_state.c 206 uint32_t active_samplers = active_samplers_bits(ctx); local
214 if ((1 << x) & active_samplers) {
220 if ((1 << x) & active_samplers) {
226 if ((1 << x) & active_samplers) {
232 if ((1 << x) & active_samplers) {
244 if ((1 << x) & active_samplers) {
259 if ((1 << x) & active_samplers) {
265 if ((1 << x) & active_samplers) {
276 if ((1 << x) & active_samplers) {
288 if ((1 << x) & active_samplers) {
    [all...]
etnaviv_texture.c 68 ctx->active_samplers |= mask;
70 ctx->active_samplers &= ~mask;
306 return ctx->active_sampler_views & ctx->active_samplers;
etnaviv_context.h 147 uint32_t active_samplers; member in struct:etna_context
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
uniform_query.cpp 1625 unsigned active_samplers = 0;
1661 active_samplers += prog[idx]->info.num_textures;
1664 if (active_samplers > MAX_COMBINED_TEXTURE_IMAGE_UNITS) {
1669 active_samplers, MAX_COMBINED_TEXTURE_IMAGE_UNITS);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
uniform_query.cpp 2023 unsigned active_samplers = 0;
2059 active_samplers += prog[idx]->info.num_textures;
2062 if (active_samplers > MAX_COMBINED_TEXTURE_IMAGE_UNITS) {
2067 active_samplers, MAX_COMBINED_TEXTURE_IMAGE_UNITS);

Completed in 12 milliseconds