HomeSort by relevance Sort by last modified time
    Searched refs:var_id (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 322 def _set_var_bit_class(self, var_id, bit_class):
324 var_class = self._var_classes[var_id]
326 self._var_classes[var_id] = bit_class
331 self._var_classes[var_id] = var_class
333 def _get_var_bit_class(self, var_id):
334 return self._class_relation.get_canonical(self._var_classes[var_id])
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
local_ssa_elim_pass.h 89 bool IsLiveAfter(uint32_t var_id, uint32_t label) const;
local_ssa_elim_pass.cpp 148 bool LocalMultiStoreElimPass::IsLiveAfter(uint32_t var_id, uint32_t label) const {
153 (void) var_id;
  /external/trappy/trappy/stats/
grammar.py 165 var_id = Group(
167 var_id.setParseAction(parse_var_id)
178 # An Arithmetic expression can have a var_id or
181 arith_expr << operatorPrecedence(func_call | var_id,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_instruction.cpp 283 spv_result_t LimitCheckNumVars(ValidationState_t& _, const uint32_t var_id,
286 _.registerLocalVariable(var_id);
296 _.registerGlobalVariable(var_id);

Completed in 179 milliseconds