Home | History | Annotate | Download | only in vulkan

Lines Matching full:cs_bin

1605    const struct anv_shader_bin *cs_bin =
1624 vfe.PerThreadScratchSpace = get_scratch_space(cs_bin);
1626 get_scratch_address(pipeline, MESA_SHADER_COMPUTE, cs_bin);
1630 .KernelStartPointer = cs_bin->kernel.offset,
1632 .SamplerCount = get_sampler_count(cs_bin),
1633 .BindingTableEntryCount = get_binding_table_entry_count(cs_bin),