HomeSort by relevance Sort by last modified time
    Searched refs:nir_shader_create (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
test_vec4_copy_propagation.cpp 99 nir_shader_create(NULL, MESA_SHADER_VERTEX, NULL, NULL);
test_fs_copy_propagation.cpp 64 nir_shader_create(NULL, MESA_SHADER_FRAGMENT, NULL, NULL);
test_vec4_register_coalesce.cpp 102 nir_shader_create(NULL, MESA_SHADER_VERTEX, NULL, NULL);
test_fs_cmod_propagation.cpp 64 nir_shader_create(NULL, MESA_SHADER_FRAGMENT, NULL, NULL);
test_fs_saturate_propagation.cpp 64 nir_shader_create(NULL, MESA_SHADER_FRAGMENT, NULL, NULL);
test_vec4_cmod_propagation.cpp 106 nir_shader_create(NULL, MESA_SHADER_VERTEX, NULL, NULL);
  /external/mesa3d/src/compiler/nir/
nir_builder.h 55 build->shader = nir_shader_create(mem_ctx, stage, options, NULL);
nir_clone.c 740 nir_shader *ns = nir_shader_create(mem_ctx, s->stage, s->options, NULL);
nir.c 33 nir_shader_create(void *mem_ctx, function
    [all...]
nir.h     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 152 nir_shader *shader = nir_shader_create(NULL, stage, options,
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]

Completed in 101 milliseconds