Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_memory_operands_masks.cpp64 for (auto mask_index : indices_of_available_masks_to_adjust) { in Apply() local
75 *inst_it, mask_index); in Apply()
100 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
Dtransformation_set_memory_operands_mask.cpp142 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask() argument
166 if (mask_index == 0) { in GetInOperandIndexForMask()
169 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.cpp64 for (auto mask_index : indices_of_available_masks_to_adjust) { in Apply() local
75 *inst_it, mask_index); in Apply()
100 MakeInstructionDescriptor(block, inst_it), new_mask, mask_index); in Apply()
Dtransformation_set_memory_operands_mask.cpp142 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask() argument
166 if (mask_index == 0) { in GetInOperandIndexForMask()
169 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/val/
Dvalidate_memory.cpp283 uint32_t mask_index) { in GetMakeAvailableScope() argument
287 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeAvailableScope()
295 uint32_t mask_index) { in GetMakeVisibleScope() argument
299 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeVisibleScope()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp283 uint32_t mask_index) { in GetMakeAvailableScope() argument
287 mask_index - 1 + MemoryAccessNumWords(mask & (this_bit | (this_bit - 1))); in GetMakeAvailableScope()
295 uint32_t mask_index) { in GetMakeVisibleScope() argument
299 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
1598 mask_index = ( glyph->bbx.width * p->font->bpp ) & 7; in _bdf_parse_glyphs()
1600 *bp &= nibble_mask[mask_index]; in _bdf_parse_glyphs()