Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c1214 const struct anv_shader_bin *vs_bin = in emit_3dstate_vs() local
1223 vs.KernelStartPointer = vs_bin->kernel.offset; in emit_3dstate_vs()
1239 vs.SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(vs_bin); in emit_3dstate_vs()
1240 vs.BindingTableEntryCount = vs_bin->bind_map.surface_count; in emit_3dstate_vs()
1279 vs.PerThreadScratchSpace = get_scratch_space(vs_bin); in emit_3dstate_vs()
1281 get_scratch_address(&pipeline->base.base, MESA_SHADER_VERTEX, vs_bin); in emit_3dstate_vs()
1289 vs_bin, false); in emit_3dstate_vs()
1298 vs_bin, true); in emit_3dstate_vs()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A DgenX_pipeline.c1327 const struct anv_shader_bin *vs_bin = in emit_3dstate_vs() local
1335 vs.KernelStartPointer = vs_bin->kernel.offset; in emit_3dstate_vs()
1344 vs.SamplerCount = get_sampler_count(vs_bin); in emit_3dstate_vs()
1345 vs.BindingTableEntryCount = vs_bin->bind_map.surface_count; in emit_3dstate_vs()
1363 vs.PerThreadScratchSpace = get_scratch_space(vs_bin); in emit_3dstate_vs()
1365 get_scratch_address(&pipeline->base, MESA_SHADER_VERTEX, vs_bin); in emit_3dstate_vs()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir.c2495 struct v3d_vs_prog_data *vs_bin, in v3d_compute_vpm_config() argument
2502 assert(vs && vs_bin); in v3d_compute_vpm_config()
2508 vpm_cfg_bin->Vc = vs_bin->vcm_cache_size; in v3d_compute_vpm_config()
2514 if (!compute_vpm_config_gs(devinfo, vs_bin, gs_bin, vpm_cfg_bin)) in v3d_compute_vpm_config()
H A Dv3d_compiler.h1097 struct v3d_vs_prog_data *vs_bin,
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c2499 cmd_buffer->state.uniforms.vs_bin = in update_gfx_uniform_state()
2922 struct v3dv_shader_variant *vs_bin = in job_update_double_buffer_score() local
2924 assert(vs_bin); in job_update_double_buffer_score()
2925 uint32_t geom_score = vertex_count * compute_prog_score(vs_bin); in job_update_double_buffer_score()
H A Dv3dvx_cmd_buffer.c2518 shader.coordinate_shader_uniforms_address = cmd_buffer->state.uniforms.vs_bin; in v3dX()
2548 shader.coordinate_shader_uniforms_address = cmd_buffer->state.uniforms.vs_bin; in v3dX()
H A Dv3dv_private.h1504 struct v3dv_cl_reloc vs_bin; member
H A Dv3dv_pipeline.c2633 struct v3d_vs_prog_data *vs_bin =vs_bin_variant->prog_data.vs; in compute_vpm_config() local
2647 vs_bin, vs, gs_bin, gs, in compute_vpm_config()