Searched refs:cs_bin (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c2069 const struct anv_shader_bin *cs_bin = local in function:compute_pipeline_create
2090 if (cs_bin->prog_data->total_scratch) {
2096 ffs(cs_bin->prog_data->total_scratch) - 11;
2102 ffs(cs_bin->prog_data->total_scratch) - 12;
2108 cs_bin->prog_data->total_scratch / 1024 - 1;
2111 get_scratch_address(pipeline, MESA_SHADER_COMPUTE, cs_bin);
2116 .KernelStartPointer = cs_bin->kernel.offset,
2118 .SamplerCount = GEN_GEN == 11 ? 0 : get_sampler_count(cs_bin),
2124 .BindingTableEntryCount = GEN_GEN == 11 ? 0 : 1 + MIN2(cs_bin->bind_map.surface_count, 30),
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c2622 const UNUSED struct anv_shader_bin *cs_bin = pipeline->cs; local in function:emit_compute_state
2629 get_scratch_surf(&pipeline->base, MESA_SHADER_COMPUTE, cs_bin);
2650 const struct anv_shader_bin *cs_bin = pipeline->cs; local in function:emit_compute_state
2670 if (cs_bin->prog_data->total_scratch) {
2676 ffs(cs_bin->prog_data->total_scratch) - 11;
2682 ffs(cs_bin->prog_data->total_scratch) - 12;
2688 cs_bin->prog_data->total_scratch / 1024 - 1;
2691 get_scratch_address(&pipeline->base, MESA_SHADER_COMPUTE, cs_bin);
2697 cs_bin->kernel.offset +
2701 .SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(cs_bin),
[all...]
H A DgenX_cmd_buffer.c4872 const struct anv_shader_bin *cs_bin = pipeline->cs; local in function:emit_compute_walker
4894 .KernelStartPointer = cs_bin->kernel.offset,

Completed in 16 milliseconds