Home
last modified time | relevance | path

Searched refs:predicate (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DTypeTraits.h42 template <bool predicate, class Type = void*>
43 using enable_if_c = typename std::enable_if<predicate, Type>::type;
/hardware/google/aemu/base/include/aemu/base/
DTypeTraits.h42 template <bool predicate, class Type = void*>
43 using enable_if_c = typename std::enable_if<predicate, Type>::type;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py645 def __init__(self, db, predicate=None): argument
651 self.predicate = predicate
652 if not self.predicate:
654 self.predicate = _always_true
695 … if type_elem is not None and self.predicate(member))
/hardware/google/gfxstream/guest/mesa/src/util/
Dhash_table.c602 bool (*predicate)(struct hash_entry *entry)) in _mesa_hash_table_random_entry()
612 (!predicate || predicate(entry))) { in _mesa_hash_table_random_entry()
619 (!predicate || predicate(entry))) { in _mesa_hash_table_random_entry()
Dhash_table.h112 bool (*predicate)(struct hash_entry *entry));
Ddisk_cache_os.c192 bool (*predicate)(const char *dir_path, in choose_lru_file_matching()
247 if (!predicate(dir_path, &sb, dir_ent->d_name, len)) in choose_lru_file_matching()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h46 void set(IndexType objId, bool predicate) { in set() argument
55 if (predicate) { in set()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h150 UnaryPredicate predicate);
205 UnaryPredicate predicate) { in findCachedFbId() argument
210 const auto it = std::find_if(cachedBuffers.begin(), cachedBuffers.end(), predicate); in findCachedFbId()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_subgroup_ballot.adoc32 representing a predicate value from each invocation in the group.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddrawing.adoc1662 * pname:buffer is a buffer containing the predicate for conditional
1664 * pname:offset is the byte offset into pname:buffer where the predicate is
1671 If the value of the predicate in buffer memory changes while conditional
1674 Some implementations may latch the value of the predicate upon beginning
1706 That is, if the 32-bit predicate read from pname:buffer memory at
Dsynchronization.adoc449 stage of the pipeline where the predicate of conditional rendering is
688 stage of the pipeline where the predicate of conditional rendering is
864 The pipeline stage where the predicate read happens has unspecified order
1107 access to a predicate as part of conditional rendering.
1439 to a predicate as part of conditional rendering.