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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.c 153 draw->vs.tgsi.machine = tgsi_exec_machine_create(PIPE_SHADER_VERTEX);
draw_gs.c 695 draw->gs.tgsi.machine = tgsi_exec_machine_create(PIPE_SHADER_GEOMETRY);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_compute.c 204 machines[idx] = tgsi_exec_machine_create(PIPE_SHADER_COMPUTE);
sp_context.c 262 softpipe->fs_machine = tgsi_exec_machine_create(PIPE_SHADER_FRAGMENT);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 453 tgsi_exec_machine_create(enum pipe_shader_type shader_type);
tgsi_exec.c 1292 tgsi_exec_machine_create(enum pipe_shader_type shader_type) function
    [all...]

Completed in 517 milliseconds