Home
last modified time | relevance | path

Searched refs:first_mask (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp189 uint32_t first_mask = in GetInOperandIndexForMask() local
200 if (first_mask & mask_bit) { in GetInOperandIndexForMask()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp189 uint32_t first_mask = in GetInOperandIndexForMask() local
200 if (first_mask & mask_bit) { in GetInOperandIndexForMask()
/third_party/spirv-tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp189 uint32_t first_mask = in GetInOperandIndexForMask() local
200 if (first_mask & mask_bit) { in GetInOperandIndexForMask()
/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp888 const unsigned first_mask = (mask << comp_shift) & 0xF; in emit_urb_direct_writes() local
894 if (first_mask > 0) { in emit_urb_direct_writes()
909 srcs[URB_LOGICAL_SRC_CHANNEL_MASK] = brw_imm_ud(first_mask << 16); in emit_urb_direct_writes()