Searched refs:get_fundamental_type (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp410 static unsigned get_fundamental_type(shader_module const *src, unsigned type) { function
420 return get_fundamental_type(src, insn.word(2));
422 return get_fundamental_type(src, insn.word(2));
424 return get_fundamental_type(src, insn.word(2));
426 return get_fundamental_type(src, insn.word(3));
428 return get_fundamental_type(src, insn.word(2));
747 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id);
811 unsigned output_type = get_fundamental_type(fs, it_a->second.type_id);
1388 } else if (!(get_format_type(rpci->pAttachments[index].format) & get_fundamental_type(module, use.second.type_id))) {

Completed in 103 milliseconds