Searched refs:fs_stage (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 1127 struct anv_pipeline_stage *fs_stage, in anv_pipeline_compile_fs() 1136 .nir = fs_stage->nir, in anv_pipeline_compile_fs() 1137 .key = &fs_stage->key.wm, in anv_pipeline_compile_fs() 1138 .prog_data = &fs_stage->prog_data.wm, in anv_pipeline_compile_fs() 1141 .stats = fs_stage->stats, in anv_pipeline_compile_fs() 1149 fs_stage->key.wm.input_slots_valid = in anv_pipeline_compile_fs() 1153 fs_stage->code = brw_compile_fs(compiler, mem_ctx, ¶ms); in anv_pipeline_compile_fs() 1155 fs_stage->num_stats = (uint32_t)fs_stage->prog_data.wm.dispatch_8 + in anv_pipeline_compile_fs() 1156 (uint32_t)fs_stage in anv_pipeline_compile_fs() 1124 anv_pipeline_compile_fs(const struct brw_compiler *compiler, void *mem_ctx, struct anv_device *device, struct anv_pipeline_stage *fs_stage, struct anv_pipeline_stage *prev_stage) anv_pipeline_compile_fs() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 717 bool radv_lower_fs_intrinsics(nir_shader *nir, const struct radv_pipeline_stage *fs_stage,
|
H A D | radv_shader.c | 523 radv_lower_fs_intrinsics(nir_shader *nir, const struct radv_pipeline_stage *fs_stage, in radv_lower_fs_intrinsics() argument 526 const struct radv_shader_info *info = &fs_stage->info; in radv_lower_fs_intrinsics() 527 const struct radv_shader_args *args = &fs_stage->args; in radv_lower_fs_intrinsics()
|
Completed in 10 milliseconds