Home
last modified time | relevance | path

Searched refs:nir_shader_create (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dtest_vec4_copy_propagation.cpp99 nir_shader_create(NULL, MESA_SHADER_VERTEX, NULL, NULL); in SetUp()
Dtest_fs_copy_propagation.cpp64 nir_shader_create(NULL, MESA_SHADER_FRAGMENT, NULL, NULL); in SetUp()
Dtest_vec4_register_coalesce.cpp102 nir_shader_create(NULL, MESA_SHADER_VERTEX, NULL, NULL); in SetUp()
Dtest_fs_cmod_propagation.cpp64 nir_shader_create(NULL, MESA_SHADER_FRAGMENT, NULL, NULL); in SetUp()
Dtest_fs_saturate_propagation.cpp64 nir_shader_create(NULL, MESA_SHADER_FRAGMENT, NULL, NULL); in SetUp()
Dtest_vec4_cmod_propagation.cpp106 nir_shader_create(NULL, MESA_SHADER_VERTEX, NULL, NULL); in SetUp()
/external/mesa3d/src/compiler/nir/
Dnir_builder.h55 build->shader = nir_shader_create(mem_ctx, stage, options, NULL); in nir_builder_init_simple_shader()
Dnir_clone.c740 nir_shader *ns = nir_shader_create(mem_ctx, s->stage, s->options, NULL); in nir_shader_clone()
Dnir.h1882 nir_shader *nir_shader_create(void *mem_ctx,
Dnir.c33 nir_shader_create(void *mem_ctx, in nir_shader_create() function
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp152 nir_shader *shader = nir_shader_create(NULL, stage, options, in glsl_to_nir()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3219 b->shader = nir_shader_create(NULL, stage, options, NULL); in spirv_to_nir()