HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_USAGE_IMMUTABLE (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_context.c 63 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const));
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_buffer.c 161 buf->b.b.usage = PIPE_USAGE_IMMUTABLE;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.c 179 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const));
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 55 PIPE_USAGE_IMMUTABLE, size);
svga_resource_buffer.c 487 sbuf->b.b.usage = PIPE_USAGE_IMMUTABLE;
svga_screen_cache.c 476 usage == PIPE_USAGE_IMMUTABLE) {
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.c 382 res_tmpl.usage = PIPE_USAGE_IMMUTABLE;
493 res_tmpl.usage = PIPE_USAGE_IMMUTABLE;
vl_idct.c 703 tex_templ.usage = PIPE_USAGE_IMMUTABLE;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 546 DEBUG_NAMED_VALUE(PIPE_USAGE_IMMUTABLE),
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 470 PIPE_USAGE_IMMUTABLE, /* fast GPU access, immutable */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 498 spr->base.usage = PIPE_USAGE_IMMUTABLE;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 661 case PIPE_USAGE_IMMUTABLE:
720 buffer->base.usage = PIPE_USAGE_IMMUTABLE;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 90 0, PIPE_USAGE_IMMUTABLE, size);
337 PIPE_USAGE_IMMUTABLE, input_size);
    [all...]
r600_shader.c 140 pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_IMMUTABLE, shader->shader.bc.ndw * 4);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 702 buffer->base.usage = PIPE_USAGE_IMMUTABLE;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 445 rtempl.usage = PIPE_USAGE_IMMUTABLE;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_buffer_common.c 134 case PIPE_USAGE_IMMUTABLE:
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c     [all...]

Completed in 254 milliseconds