Searched defs:last_stage (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 563 validate_first_and_last_interface_explicit_locations(const struct gl_constants *consts, struct gl_shader_program *prog, gl_shader_stage first_stage, gl_shader_stage last_stage) validate_first_and_last_interface_explicit_locations() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.c | 580 trim_constlens(unsigned *constlens, unsigned first_stage, unsigned last_stage, in trim_constlens() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_transpose_npp.c | 184 int i, ret, last_stage = -1; in init_processing_chain() local 354 int i, ret, last_stage = -1; in npptranspose_filter() local
|
H A D | vf_scale_npp.c | 530 int i, ret, last_stage = -1; in init_processing_chain() local 777 int i, ret, last_stage = -1; in nppscale_scale() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 2213 gl_shader_stage last_stage = last_vue_stage(ice); in iris_update_compiled_shaders() local
|
H A D | iris_state.c | 4360 iris_populate_vs_key(const struct iris_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct iris_vs_prog_key *key) iris_populate_vs_key() argument 4386 iris_populate_tes_key(const struct iris_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct iris_tes_prog_key *key) iris_populate_tes_key() argument 4403 iris_populate_gs_key(const struct iris_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct iris_gs_prog_key *key) iris_populate_gs_key() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 4684 crocus_populate_vs_key(const struct crocus_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct brw_vs_prog_key *key) crocus_populate_vs_key() argument 4732 crocus_populate_tes_key(const struct crocus_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct brw_tes_prog_key *key) crocus_populate_tes_key() argument 4753 crocus_populate_gs_key(const struct crocus_context *ice, const struct shader_info *info, gl_shader_stage last_stage, struct brw_gs_prog_key *key) crocus_populate_gs_key() argument
|
Completed in 32 milliseconds