HomeSort by: relevance | last modified time | path
    Searched defs:new_var_type (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
clc_compiler.c 55 const struct glsl_type *new_var_type,
59 nir_variable *uniform = nir_variable_create(b->shader, nir_var_uniform, new_var_type, NULL);
79 const struct glsl_type *new_var_type = local
83 return lower_image_deref_impl(b, context, new_var_type, context->num_srvs);
91 const struct glsl_type *new_var_type = local
95 return lower_image_deref_impl(b, context, new_var_type, context->num_uavs);

Completed in 30 milliseconds