Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c111 destroy_pipeline_stage(device, pipeline->vs_bin, pAllocator); in pipeline_free_stages()
118 pipeline->vs_bin = NULL; in pipeline_free_stages()
1860 assert(pipeline->vs_bin != NULL); in pipeline_compile_vertex_shader()
1861 if (pipeline->vs_bin->nir == NULL) { in pipeline_compile_vertex_shader()
1863 pipeline->vs_bin->nir = nir_shader_clone(NULL, pipeline->vs->nir); in pipeline_compile_vertex_shader()
1875 pipeline_populate_v3d_vs_key(&key, pCreateInfo, pipeline->vs_bin); in pipeline_compile_vertex_shader()
1877 pipeline_compile_shader_variant(pipeline->vs_bin, &key.base, sizeof(key), in pipeline_compile_vertex_shader()
2134 pipeline->vs_bin->feedback.duration; in write_creation_feedback()
2401 pipeline->vs_bin = in pipeline_compile_graphics()
2403 if (pipeline->vs_bin == NULL) in pipeline_compile_graphics()
[all …]
Dv3dv_private.h1325 struct v3dv_cl_reloc vs_bin; member
1972 struct v3dv_pipeline_stage *vs_bin; member
Dv3dvx_cmd_buffer.c1992 shader.coordinate_shader_uniforms_address = cmd_buffer->state.uniforms.vs_bin; in v3dX()
Dv3dv_cmd_buffer.c2168 cmd_buffer->state.uniforms.vs_bin = in update_gfx_uniform_state()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1519 const struct anv_shader_bin *vs_bin = in emit_3dstate_vs() local
1527 vs.KernelStartPointer = vs_bin->kernel.offset; in emit_3dstate_vs()
1543 vs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(vs_bin); in emit_3dstate_vs()
1544 vs.BindingTableEntryCount = vs_bin->bind_map.surface_count; in emit_3dstate_vs()
1586 get_scratch_surf(&pipeline->base, MESA_SHADER_VERTEX, vs_bin); in emit_3dstate_vs()
1588 vs.PerThreadScratchSpace = get_scratch_space(vs_bin); in emit_3dstate_vs()
1590 get_scratch_address(&pipeline->base, MESA_SHADER_VERTEX, vs_bin); in emit_3dstate_vs()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c2282 struct v3d_vs_prog_data *vs_bin, in v3d_compute_vpm_config() argument
2289 assert(vs && vs_bin); in v3d_compute_vpm_config()
2295 vpm_cfg_bin->Vc = vs_bin->vcm_cache_size; in v3d_compute_vpm_config()
2301 if (!compute_vpm_config_gs(devinfo, vs_bin, gs_bin, vpm_cfg_bin)) in v3d_compute_vpm_config()
Dv3d_compiler.h1055 struct v3d_vs_prog_data *vs_bin,