HomeSort by: relevance | last modified time | path
    Searched defs:create_compute_state (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
vid_enc_common.c 309 static void *create_compute_state(struct pipe_context *pipe, function
323 return pipe->create_compute_state(pipe, &state);
381 priv->copy_y_shader = create_compute_state(pipe, copy_y);
382 priv->copy_uv_shader = create_compute_state(pipe, copy_uv);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
vid_enc_common.c 310 static void *create_compute_state(struct pipe_context *pipe, function
324 return pipe->create_compute_state(pipe, &state);
382 priv->copy_y_shader = create_compute_state(pipe, copy_y);
383 priv->copy_uv_shader = create_compute_state(pipe, copy_uv);
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_context.h 905 void *(*create_compute_state)(struct pipe_context *context, member in struct:pipe_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_context.h 697 void *(*create_compute_state)(struct pipe_context *context, member in struct:pipe_context

Completed in 11 milliseconds