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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_context.h 253 * There can be several iris_compiled_shader variants per API-level shader
256 struct iris_compiled_shader { struct
399 struct iris_compiled_shader *shader);
499 struct iris_compiled_shader *prog[MESA_SHADER_STAGES];
757 struct iris_compiled_shader *iris_find_cached_shader(struct iris_context *ice,
761 struct iris_compiled_shader *iris_upload_shader(struct iris_context *ice,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 381 * See iris_compiled_shader, which represents a compiled shader variant.
415 /** List of iris_compiled_shader variants */
459 * There can be several iris_compiled_shader variants per API-level shader
462 struct iris_compiled_shader { struct
663 struct iris_compiled_shader *prog[MESA_SHADER_STAGES];
664 struct iris_compiled_shader *last_vue_shader;
949 const struct iris_compiled_shader *shader,
956 struct iris_compiled_shader *shader,
964 struct iris_compiled_shader *iris_find_cached_shader(struct iris_context *ice,
969 struct iris_compiled_shader *iris_create_shader_variant(const struct iris_screen *
    [all...]

Completed in 5 milliseconds