Home
last modified time | relevance | path

Searched defs:coherent (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp71 bool coherent = false) in createBufferAndBindMemory()
159 … VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data, bool coherent = false) in setMemory()
169 …nst VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value, bool coherent = false) in fillMemoryWithValue()
179 … (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, bool coherent = false) in invalidateMemory()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.h72 uint32_t coherent:1; member
/external/angle/src/tests/compiler_tests/
DShaderImage_test.cpp95 bool coherent, in CheckImageDeclaration()
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp464 lower_blend_equation_advanced(struct gl_linked_shader *sh, bool coherent) in lower_blend_equation_advanced()
Dast.h585 unsigned coherent:1; member
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp162 bool coherent, in AdvancedBlendCase()
/external/arm-trusted-firmware/plat/imx/common/sci/svc/rm/
Drm_rpc_clnt.c33 sc_bool_t grant, sc_bool_t coherent) in sc_rm_partition_alloc()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp113 bool coherent; member
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h635 unsigned coherent : 1; member
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h635 unsigned coherent : 1; member
/external/angle/src/compiler/translator/
DBaseTypes.h1414 bool coherent; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp2492 for (deUint32 coherent = 0u; coherent < DE_LENGTH_OF_ARRAY(coherentOps); coherent++) in createBlendOperationAdvancedTests() local
/external/deqp-deps/glslang/glslang/Include/
DTypes.h608 bool coherent : 1; variable
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h626 bool coherent : 1; variable
/external/virglrenderer/src/
Dvrend_shader.c5941 char *coherent = ctx->ssbo_memory_qualifier[id] == TGSI_MEMORY_COHERENT ? "coherent" : ""; in emit_ios_common() local