/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 62 for (auto mask_index : indices_of_available_masks_to_adjust) { in Apply() local 73 *inst_it, mask_index); in Apply() 98 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
|
D | transformation_set_memory_operands_mask.cpp | 143 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask() argument 167 if (mask_index == 0) { in GetInOperandIndexForMask() 170 assert(mask_index == 1 && "Memory operands mask index must be 0 or 1."); in GetInOperandIndexForMask()
|
D | transformation_set_memory_operands_mask.h | 72 uint32_t mask_index);
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 62 for (auto mask_index : indices_of_available_masks_to_adjust) { in Apply() local 73 *inst_it, mask_index); in Apply() 100 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
|
D | transformation_set_memory_operands_mask.cpp | 146 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask() argument 170 if (mask_index == 0) { in GetInOperandIndexForMask() 173 assert(mask_index == 1 && "Memory operands mask index must be 0 or 1."); in GetInOperandIndexForMask()
|
D | transformation_set_memory_operands_mask.h | 72 uint32_t mask_index);
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 62 for (auto mask_index : indices_of_available_masks_to_adjust) { in Apply() local 73 *inst_it, mask_index); in Apply() 100 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
|
D | transformation_set_memory_operands_mask.cpp | 146 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask() argument 170 if (mask_index == 0) { in GetInOperandIndexForMask() 173 assert(mask_index == 1 && "Memory operands mask index must be 0 or 1."); in GetInOperandIndexForMask()
|
D | transformation_set_memory_operands_mask.h | 72 uint32_t mask_index);
|
/external/skia/modules/skottie/src/text/ |
D | TextAdapter.cpp | 359 const auto mask_index = in Make() local 362 if (!jmasks || mask_index >= jmasks->size()) { in Make() 366 const skjson::ObjectValue* mask = (*jmasks)[mask_index]; in Make()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 281 uint32_t mask_index) { in GetMakeAvailableScope() argument 285 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeAvailableScope() 293 uint32_t mask_index) { in GetMakeVisibleScope() argument 297 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeVisibleScope()
|
/external/libaom/av1/encoder/ |
D | compound_type.c | 1525 for (int mask_index = 0; mask_index < 2 && need_mask_search; in av1_compound_type_rd() local 1526 ++mask_index) { in av1_compound_type_rd() 1528 mbmi->interinter_comp.mask_type = mask_index; in av1_compound_type_rd() 1531 int mask_value = mask_index == 0 ? 38 : 26; in av1_compound_type_rd()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 281 uint32_t mask_index) { in GetMakeAvailableScope() argument 285 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeAvailableScope() 293 uint32_t mask_index) { in GetMakeVisibleScope() argument 297 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeVisibleScope()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_memory.cpp | 284 uint32_t mask_index) { in GetMakeAvailableScope() argument 288 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeAvailableScope() 296 uint32_t mask_index) { in GetMakeVisibleScope() argument 300 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeVisibleScope()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 1292 int c, mask_index; in bdf_parse_glyphs_() local 1599 mask_index = ( glyph->bbx.width * p->font->bpp ) & 7; in bdf_parse_glyphs_() 1601 *bp &= nibble_mask[mask_index]; in bdf_parse_glyphs_()
|