Home
last modified time | relevance | path

Searched refs:mask_index (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_memory_operands_masks.cpp62 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()
Dtransformation_set_memory_operands_mask.cpp143 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()
Dtransformation_set_memory_operands_mask.h72 uint32_t mask_index);
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_memory_operands_masks.cpp62 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()
Dtransformation_set_memory_operands_mask.cpp146 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()
Dtransformation_set_memory_operands_mask.h72 uint32_t mask_index);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_adjust_memory_operands_masks.cpp62 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()
Dtransformation_set_memory_operands_mask.cpp146 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()
Dtransformation_set_memory_operands_mask.h72 uint32_t mask_index);
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp359 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/
Dvalidate_memory.cpp281 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/
Dcompound_type.c1525 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/
Dvalidate_memory.cpp281 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/
Dvalidate_memory.cpp284 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/
Dbdflib.c1292 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_()