HomeSort by: relevance | last modified time | path
    Searched refs:nir_type (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.c 538 nir_alu_type nir_type = pan_unpacked_type_for_format(format_desc); local
539 enum glsl_base_type glsl_type = nir_get_glsl_base_type_for_nir_type(nir_type);
576 src_types[i] = nir_alu_type_get_base_type(nir_type) |
601 nir_alu_type T = nir_alu_type_get_base_type(nir_type);
603 src_types[i], nir_type,
pan_shader.c 156 bifrost_blend_type_from_nir(nir_alu_type nir_type)
158 switch(nir_type) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cs.c 566 bifrost_blend_type_from_nir(nir_alu_type nir_type)
568 switch(nir_type) {

Completed in 7 milliseconds