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

  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 47 static const struct nir_shader_compiler_options nir_options = { variable in typeref:struct:nir_shader_compiler_options
170 nir->options = &nir_options;
201 stage, entrypoint_name, &supported_ext, &nir_options);
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 102 const nir_shader_compiler_options *nir_options = local
135 stage, entrypoint_name, &supported_ext, nir_options);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 2152 static const nir_shader_compiler_options nir_options = { variable
    [all...]

Completed in 1504 milliseconds