Lines Matching defs:shader
57 {"shaderdb", MIDGARD_DBG_SHADERDB, "Prints shader-db statistics"},
252 nir_intrinsic_instr_create(b->shader, nir_intrinsic_load_shared);
277 midgard_nir_lower_global_load(nir_shader *shader)
279 return nir_shader_instructions_pass(shader,
1993 * value in r2 for the blend shader to use. */
2757 * shader, we need to pay attention. NIR
3078 /* Default to a tag 1 which will break from the shader, in case we jump
3079 * to the exit block (i.e. `return` in a compute shader) */
3338 /* A shader ending on a 16MB boundary causes INSTR_INVALID_PC faults,
3339 * workaround by adding some padding to the end of the shader. (The
3340 * kernel makes sure shader BOs can't cross 16MB boundaries.) */
3371 fprintf(stderr, "%s - %s shader: "