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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.c 572 nir_alu_type src_types[] = { src0_type ?: nir_type_float32, src1_type ?: nir_type_float32 }; local
575 for (unsigned i = 0; i < ARRAY_SIZE(src_types); ++i) {
576 src_types[i] = nir_alu_type_get_base_type(nir_type) |
577 nir_alu_type_get_type_size(src_types[i]);
582 glsl_vector_type(nir_get_glsl_base_type_for_nir_type(src_types[0]), 4),
587 glsl_vector_type(nir_get_glsl_base_type_for_nir_type(src_types[1]), 4),
603 src_types[i], nir_type,
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_opencl.c 37 struct vtn_type **src_types,
57 int ntypes, struct vtn_type **src_types,
64 const struct glsl_type *type = src_types[i]->type;
65 enum vtn_base_type base_type = src_types[i]->base_type;
66 if (src_types[i]->base_type == vtn_base_type_pointer) {
68 int address_space = to_llvm_address_space(src_types[i]->storage_class);
72 type = src_types[i]->deref->type;
73 base_type = src_types[i]->deref->base_type;
87 const struct glsl_type *other_type = src_types[j]->base_type == vtn_base_type_pointer ?
88 src_types[j]->deref->type : src_types[j]->type
215 struct vtn_type *src_types[5] = { NULL }; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
compiler.h 103 nir_alu_type src_types[MIR_SRC_COUNT]; member in struct:midgard_instruction
540 .src_types = { 0, nir_type_uint32 },
596 ins.src_types[0] = nir_type_uint32;

Completed in 5 milliseconds