Home
last modified time | relevance | path

Searched refs:src_scope (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/checkpolicy/
Dmodule_compiler.c1380 const scope_index_t *src_scope = &stack->decl->required; in copy_requirements() local
1383 const ebitmap_t *src_bitmap = &src_scope->scope[i]; in copy_requirements()
1391 if (src_scope->class_perms_len > dest_scope->class_perms_len) { in copy_requirements()
1394 src_scope->class_perms_len * in copy_requirements()
1402 i < src_scope->class_perms_len; i++) { in copy_requirements()
1406 src_scope->class_perms_len; in copy_requirements()
1408 for (i = 0; i < src_scope->class_perms_len; i++) { in copy_requirements()
1409 const ebitmap_t *src_bitmap = &src_scope->class_perms_map[i]; in copy_requirements()
/third_party/spirv-tools/source/opt/
Dupgrade_memory_model.cpp133 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() local
151 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeMemoryAndImages()
231 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
245 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dupgrade_memory_model.cpp135 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() local
153 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeMemoryAndImages()
233 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
247 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp135 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages() local
153 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeMemoryAndImages()
233 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
247 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeMemoryAndImages()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2270 SpvScope *dest_scope, SpvScope *src_scope) in vtn_get_mem_operands() argument
2291 vtn_assert(src_scope); in vtn_get_mem_operands()
2292 *src_scope = vtn_constant_uint(b, w[(*idx)++]); in vtn_get_mem_operands()
2491 SpvScope dest_scope, src_scope; in vtn_handle_variables() local
2493 &dest_scope, &src_scope); in vtn_handle_variables()
2495 NULL, &src_scope)) { in vtn_handle_variables()
2502 vtn_emit_make_visible_barrier(b, src_access, src_scope, src->mode); in vtn_handle_variables()
2521 SpvScope dest_scope, src_scope; in vtn_handle_variables() local
2523 &dest_scope, &src_scope); in vtn_handle_variables()
2525 NULL, &src_scope)) { in vtn_handle_variables()
[all …]