Home
last modified time | relevance | path

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

/external/gemmlowp/meta/generators/
Dneon_emitter.py528 def EmitVStore(self, store_no, store_type, source, destination): argument
529 self.EmitVStoreA(store_no, store_type, [source], destination)
531 def EmitVStoreA(self, store_no, store_type, sources, destination): argument
532 self.EmitOp2('vst%d.%d' % (store_no, store_type),
536 store_type, argument
541 bits_to_store = store_type * elem_count
617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument
618 self.EmitVStoreAE(store_type, count, [source], destination, alignment)
620 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): argument
621 self.EmitVStoreOffsetA(store_no, store_type, [source], destination, offset)
[all …]
Dneon_emitter_64.py933 def EmitVStore(self, store_no, store_type, source, destination): argument
934 self.EmitVStoreA(store_no, store_type, [source], destination)
936 def EmitVStoreA(self, store_no, store_type, sources, destination): argument
939 self.EmitVStoreAPostIncrement(store_no, store_type, sources, destination,
942 self.EmitVStoreAPostIncrement(store_no, store_type, sources, destination,
945 def EmitVStoreAPostIncrement(self, store_no, store_type, sources, destination, argument
947 source_list = _RegisterList(store_type, sources)
954 store_type, argument
960 bits_to_store = store_type * elem_count
1020 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument
[all …]
/external/selinux/libsemanage/src/
Dhandle.c286 sh->conf->store_type = storetype; in semanage_select_store()
309 switch (sh->conf->store_type) { in semanage_is_managed()
323 switch (sh->conf->store_type) { in semanage_mls_enabled()
337 switch (sh->conf->store_type) { in semanage_connect()
357 switch (sh->conf->store_type) { in semanage_access_check()
Dconf-parse.y352 conf->store_type = SEMANAGE_CON_DIRECT;
507 current_conf->store_type = SEMANAGE_CON_DIRECT; in parse_module_store()
512 current_conf->store_type = SEMANAGE_CON_POLSERV_LOCAL; in parse_module_store()
517 current_conf->store_type = SEMANAGE_CON_POLSERV_REMOTE; in parse_module_store()
Ddatabase.c31 handle->conf->store_type == SEMANAGE_CON_DIRECT) { in enter_ro()
55 handle->conf->store_type == SEMANAGE_CON_DIRECT) in exit_ro()
Dsemanage_conf.h33 enum semanage_connect_type store_type; member
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dlocal_single_store_elim_pass.cpp152 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local
153 if (!(store_type->AsStruct() || store_type->AsArray())) { in ProcessVariable()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp149 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local
150 if (!(store_type->AsStruct() || store_type->AsArray())) { in ProcessVariable()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp149 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local
150 if (!(store_type->AsStruct() || store_type->AsArray())) { in ProcessVariable()