Searched refs:predicate (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | TypeTraits.h | 42 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/ |
D | TypeTraits.h | 42 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/ |
D | consistency_tools.py | 645 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/ |
D | hash_table.c | 602 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()
|
D | hash_table.h | 112 bool (*predicate)(struct hash_entry *entry));
|
D | disk_cache_os.c | 192 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/ |
D | StateTrackingSupport.h | 46 void set(IndexType objId, bool predicate) { in set() argument 55 if (predicate) { in set()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 150 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/ |
D | VK_EXT_shader_subgroup_ballot.adoc | 32 representing a predicate value from each invocation in the group.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 1662 * 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
|
D | synchronization.adoc | 449 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.
|