Home
last modified time | relevance | path

Searched refs:is_patch (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compiler.h586 const GLbitfield is_patch);
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1398 bool is_patch; member
1436 uint32_t id, uint32_t type_id, bool is_patch) { in collect_interface_block_members() argument
1438 auto type = get_struct_type(src, src->get_def(type_id), is_array_of_verts && !is_patch); in collect_interface_block_members()
1476 v.is_patch = is_patch; in collect_interface_block_members()
1550 bool is_patch = var_patch.find(id) != var_patch.end(); in collect_interface_by_location() local
1563 …unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch); in collect_interface_by_location()
1569 v.is_patch = is_patch; in collect_interface_by_location()
1575 … collect_interface_block_members(src, &out, blocks, is_array_of_verts, id, type, is_patch); in collect_interface_by_location()
1606 v.is_patch = false; in collect_interface_by_input_attachment_index()
1656 v.is_patch = false; in collect_interface_by_descriptor_slot()
[all …]