HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_SHADER_GEOMETRY (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 54 PIPE_SHADER_GEOMETRY = 2
380 if shader == PIPE_SHADER_GEOMETRY:
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 554 case PIPE_SHADER_GEOMETRY:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 730 case PIPE_SHADER_GEOMETRY:
840 case PIPE_SHADER_GEOMETRY:
892 return r600_create_shader_state(ctx, state, PIPE_SHADER_GEOMETRY);
    [all...]
r600_pipe.c 487 case PIPE_SHADER_GEOMETRY:
evergreen_state.c     [all...]
r600_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 92 if (dstate->shaders[PIPE_SHADER_GEOMETRY])
93 tokens = dstate->shaders[PIPE_SHADER_GEOMETRY]->state.shader.tokens;
208 shader_str[PIPE_SHADER_GEOMETRY] = "GEOMETRY";
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c 902 ureg = ureg_create(PIPE_SHADER_GEOMETRY);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 362 case PIPE_SHADER_GEOMETRY:
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 359 case PIPE_SHADER_GEOMETRY:
ilo_state.c 324 case PIPE_SHADER_GEOMETRY:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 425 for (shader = PIPE_SHADER_VERTEX; shader <= PIPE_SHADER_GEOMETRY; shader++) {
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 356 ureg = ureg_create(PIPE_SHADER_GEOMETRY);
st_extensions.c 167 case PIPE_SHADER_GEOMETRY:
    [all...]
st_mesa_to_tgsi.c 877 else if (procType == PIPE_SHADER_GEOMETRY) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 314 if (pipe->screen->get_shader_param(pipe->screen, PIPE_SHADER_GEOMETRY,
384 ctx->pipe->set_constant_buffer(ctx->pipe, PIPE_SHADER_GEOMETRY, 0, NULL);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 695 draw->gs.tgsi.machine = tgsi_exec_machine_create(PIPE_SHADER_GEOMETRY);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 312 (iter->processor.Processor == PIPE_SHADER_GEOMETRY ||
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 687 if (shader == PIPE_SHADER_GEOMETRY)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 292 case PIPE_SHADER_GEOMETRY:
    [all...]
nv50_shader_state.c 46 if (s == PIPE_SHADER_GEOMETRY)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 639 case PIPE_SHADER_GEOMETRY:
nvc0_screen.c 316 case PIPE_SHADER_GEOMETRY:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_parser.cpp 64 case PIPE_SHADER_GEOMETRY: t = TARGET_GS; break;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 1178 if (info->type == PIPE_SHADER_GEOMETRY) {

Completed in 2591 milliseconds

1 23 4