Home
last modified time | relevance | path

Searched refs:pipeline_compile_shader_variant (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1655 pipeline_compile_shader_variant(struct v3dv_pipeline_stage *p_stage, in pipeline_compile_shader_variant() function
1893 pipeline_compile_shader_variant(p_stage_vs, &key.base, sizeof(key), in pipeline_compile_vertex_shader()
1900 pipeline_compile_shader_variant(p_stage_vs_bin, &key.base, sizeof(key), in pipeline_compile_vertex_shader()
1927 pipeline_compile_shader_variant(p_stage_gs, &key.base, sizeof(key), in pipeline_compile_geometry_shader()
1934 pipeline_compile_shader_variant(p_stage_gs_bin, &key.base, sizeof(key), in pipeline_compile_geometry_shader()
1964 pipeline_compile_shader_variant(p_stage_fs, &key.base, sizeof(key), in pipeline_compile_fragment_shader()
3221 pipeline_compile_shader_variant(p_stage, &key, sizeof(key), in pipeline_compile_compute()