Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeARM_64.c1282 sljit_si dst_r, flags, mem_flags; in sljit_emit_op1() local
1395 mem_flags = WORD_SIZE; in sljit_emit_op1()
1398 mem_flags = INT_SIZE; in sljit_emit_op1()
1405 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw)) in sljit_emit_op1()
1408 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src, srcw, dst, dstw)); in sljit_emit_op1()
1422 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1425 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1435 sljit_si dst_r, flags, mem_flags; in sljit_emit_op2() local
1448 mem_flags = WORD_SIZE; in sljit_emit_op2()
1451 mem_flags = INT_SIZE; in sljit_emit_op2()
[all …]
/external/vulkan-validation-layers/demos/smoke/
DMeshes.h31 Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags);
49 …s(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flags);
DMeshes.cpp419 Meshes::Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags) in Meshes() argument
457 allocate_resources(vb_size, ib_size, mem_flags); in Meshes()
496 …es(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flags) in allocate_resources() argument
523 for (uint32_t idx = 0; idx < mem_flags.size(); idx++) { in allocate_resources()
525 (mem_flags[idx] & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) && in allocate_resources()
526 (mem_flags[idx] & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)) { in allocate_resources()
/external/valgrind/include/vki/
Dvki-xen-memory.h68 unsigned int mem_flags; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-xen.c199 (Addr)&memory_reservation->mem_flags, in PRE()
200 sizeof(memory_reservation->mem_flags)); in PRE()