Home
last modified time | relevance | path

Searched defs:cs_shader (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c51 struct cs_shader { struct
69 static nir_def *cs_create_shader(struct vl_compositor *c, struct cs_shader *s) in cs_create_shader() argument
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_compute.c98 struct radv_shader *cs_shader; in radv_compile_cs() local
Dradv_shader_object.c231 …struct radv_shader *cs_shader = radv_compile_cs(device, NULL, &stage, false, false, false, true, &… in radv_shader_object_init_compute() local
/third_party/libdrm/tests/amdgpu/
Dshader_test_util.c348 …const struct shader_test_cs_shader *cs_shader = &shader_test_cs[test_priv->info->version][test_pri… in amdgpu_dispatch_write2hw_gfx9() local
407 …const struct shader_test_cs_shader *cs_shader = &shader_test_cs[test_priv->info->version][test_pri… in amdgpu_dispatch_write2hw_gfx10() local
468 …const struct shader_test_cs_shader *cs_shader = &shader_test_cs[version][test_priv->shader_dispatc… in amdgpu_dispatch_write2hw_gfx11() local
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4977 struct r600_pipe_shader *cs_shader, in evergreen_emit_atomic_buffer_setup_count()