Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1629 pipeline_compile_shader_variant(struct v3dv_pipeline_stage *p_stage, in pipeline_compile_shader_variant() function
1865 pipeline_compile_shader_variant(p_stage_vs, &key.base, sizeof(key), in pipeline_compile_vertex_shader()
1872 pipeline_compile_shader_variant(p_stage_vs_bin, &key.base, sizeof(key), in pipeline_compile_vertex_shader()
1899 pipeline_compile_shader_variant(p_stage_gs, &key.base, sizeof(key), in pipeline_compile_geometry_shader()
1906 pipeline_compile_shader_variant(p_stage_gs_bin, &key.base, sizeof(key), in pipeline_compile_geometry_shader()
1936 pipeline_compile_shader_variant(p_stage_fs, &key.base, sizeof(key), in pipeline_compile_fragment_shader()
3192 pipeline_compile_shader_variant(p_stage, &key, sizeof(key), in pipeline_compile_compute()