Home
last modified time | relevance | path

Searched refs:condition_list (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py604 # FIXME condition_list in this function. Basically, remove
606 # FIXME condition to condition_list from the start. The only
643 condition_list = []
645 condition_list.append( "%s >= 0" % (p.name) )
656 condition_list.append( skip_condition )
658 if len( condition_list ) > 0:
659 if len( condition_list ) > 1:
660 skip_condition = "(%s)" % ") && (".join( condition_list )
662 skip_condition = "%s" % (condition_list.pop(0))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dformatsgenerator.py61 condition_list = []
67 condition_list.append(format)
68 info['formats'] = condition_list + noncondition_list
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py769 condition_list = ['true'] variable
782 if self.condition not in condition_list:
783 condition_list.append(self.condition)
784 self.condition_index = condition_list.index(self.condition)
1166 bool condition_flags[${len(condition_list)}];
1173 % for index, condition in enumerate(condition_list):
1256 condition_list=condition_list,
/third_party/jerryscript/tools/
H A Dgen-unicode.py372 condition_list = line[4]
374 # Skip supplementary planes, ascii chars, and condition_list
375 if letter_id >= 0x10000 or letter_id < 128 or condition_list:

Completed in 5 milliseconds