Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 - 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.c59 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_LIST)); in rbug_send_texture_list()
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_list()
96 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_INFO)); in rbug_send_texture_info()
97 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_info()
98 WRITE(8, rbug_texture_t, texture); /* texture */ in rbug_send_texture_info()
153 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_WRITE)); in rbug_send_texture_write()
154 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_write()
155 WRITE(8, rbug_texture_t, texture); /* texture */ in rbug_send_texture_write()
156 WRITE(4, uint32_t, face); /* face */ in rbug_send_texture_write()
157 WRITE( in rbug_send_texture_write()
[all...]
H A Drbug_context.c57 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_LIST)); in rbug_send_context_list()
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_context_list()
94 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_INFO)); in rbug_send_context_info()
95 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_context_info()
96 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_info()
134 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_DRAW_BLOCK)); in rbug_send_context_draw_block()
135 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_context_draw_block()
136 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_draw_block()
137 WRITE(4, rbug_block_t, block); /* block */ in rbug_send_context_draw_block()
175 WRITE( in rbug_send_context_draw_step()
[all...]
H A Drbug_shader.c59 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_LIST)); in rbug_send_shader_list()
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_shader_list()
61 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_list()
99 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_INFO)); in rbug_send_shader_info()
100 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_shader_info()
101 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_info()
102 WRITE(8, rbug_shader_t, shader); /* shader */ in rbug_send_shader_info()
142 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_DISABLE)); in rbug_send_shader_disable()
143 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_shader_disable()
144 WRITE( in rbug_send_shader_disable()
[all...]
H A Drbug_core.c57 WRITE(4, int32_t, ((int32_t)RBUG_OP_NOOP)); in rbug_send_noop()
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_noop()
92 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING)); in rbug_send_ping()
93 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_ping()
129 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR)); in rbug_send_error()
130 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_error()
131 WRITE(4, uint32_t, error); /* error */ in rbug_send_error()
167 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING_REPLY)); in rbug_send_ping_reply()
168 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_ping_reply()
169 WRITE( in rbug_send_ping_reply()
[all...]
H A Drbug_internal.h64 #define WRITE(size, type, name) \ macro
73 WRITE(4, uint32_t, name##_len); \
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c1259 WRITE(REG_A6XX_RB_UNKNOWN_8E04, 0x0); in fd6_emit_restore()
1260 WRITE(REG_A6XX_SP_FLOAT_CNTL, A6XX_SP_FLOAT_CNTL_F16_NO_INF); in fd6_emit_restore()
1261 WRITE(REG_A6XX_SP_UNKNOWN_AE00, 0); in fd6_emit_restore()
1262 WRITE(REG_A6XX_SP_PERFCTR_ENABLE, 0x3f); in fd6_emit_restore()
1263 WRITE(REG_A6XX_TPL1_UNKNOWN_B605, 0x44); in fd6_emit_restore()
1264 WRITE(REG_A6XX_TPL1_DBG_ECO_CNTL, screen->info->a6xx.magic.TPL1_DBG_ECO_CNTL); in fd6_emit_restore()
1265 WRITE(REG_A6XX_HLSQ_UNKNOWN_BE00, 0x80); in fd6_emit_restore()
1266 WRITE(REG_A6XX_HLSQ_UNKNOWN_BE01, 0); in fd6_emit_restore()
1268 WRITE(REG_A6XX_VPC_UNKNOWN_9600, 0); in fd6_emit_restore()
1269 WRITE(REG_A6XX_GRAS_DBG_ECO_CNT in fd6_emit_restore()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp253 enum {WRITE=0, READ, COUNT}; in iterate() enumerator
261 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[WRITE], *ptrCmdBuffer[READ]}; in iterate()
271 makeCommonCommandBufferSubmitInfo(cmdBuffers[WRITE]), in iterate()
279 &commandBufferSubmitInfo[WRITE], in iterate()
292 beginCommandBuffer(vk, cmdBuffers[WRITE]); in iterate()
294 m_writeOp->recordCommands(cmdBuffers[WRITE]); in iterate()
309 synchronizationWrapper->cmdPipelineBarrier(cmdBuffers[WRITE], &dependencyInfo); in iterate()
323 synchronizationWrapper->cmdPipelineBarrier(cmdBuffers[WRITE], &dependencyInfo); in iterate()
326 endCommandBuffer(vk, cmdBuffers[WRITE]); in iterate()
529 enum {WRITE in iterate() enumerator
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp253 enum {WRITE=0, READ, COUNT}; in iterate() enumerator
261 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[WRITE], *ptrCmdBuffer[READ]}; in iterate()
271 makeCommonCommandBufferSubmitInfo(cmdBuffers[WRITE]), in iterate()
279 &commandBufferSubmitInfo[WRITE], in iterate()
292 beginCommandBuffer(vk, cmdBuffers[WRITE]); in iterate()
294 m_writeOp->recordCommands(cmdBuffers[WRITE]); in iterate()
309 synchronizationWrapper->cmdPipelineBarrier(cmdBuffers[WRITE], &dependencyInfo); in iterate()
323 synchronizationWrapper->cmdPipelineBarrier(cmdBuffers[WRITE], &dependencyInfo); in iterate()
326 endCommandBuffer(vk, cmdBuffers[WRITE]); in iterate()
529 enum {WRITE in iterate() enumerator
[all...]
/third_party/rust/crates/nix/src/sys/ioctl/
H A Dlinux.rs30 pub const WRITE: u8 = 4; consts
54 pub const WRITE: u8 = 1; consts
153 ioc!($crate::sys::ioctl::WRITE, $ty, $nr, $sz)
167 $crate::sys::ioctl::READ | $crate::sys::ioctl::WRITE,
/third_party/python/Lib/
H A Dgzip.py18 READ, WRITE = 1, 2
199 self.mode = WRITE
212 if self.mode == WRITE:
219 if self.mode == WRITE and self.name[-3:] != ".gz":
274 if self.mode != WRITE:
333 if self.mode == WRITE:
348 if self.mode == WRITE:
372 return self.mode == WRITE
378 if self.mode == WRITE:
/third_party/f2fs-tools/tools/
H A Df2fs_io_parse.c48 WRITE, enumerator
260 entry->total_io[WRITE]); in __print_pid()
264 entry->io[i][WRITE]); in __print_pid()
282 total_io[i][WRITE]); in __print_ftype()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp71 WRITE = 0, enumerator
535 if (m_mutationMode == MutationMode::WRITE || m_mutationMode == MutationMode::INITIALIZE_WRITE) in initPrograms()
599 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix, BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
605 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
617 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
620 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_terminate_write" + postfix, BufferType::STENCIL, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
623 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_write" + postfix, BufferType::STENCIL, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp71 WRITE = 0, enumerator
537 if (m_mutationMode == MutationMode::WRITE || m_mutationMode == MutationMode::INITIALIZE_WRITE) in initPrograms()
601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
604 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix, "", BufferType::DEPTH, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
607 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "", BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
619 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
622 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_terminate_write" + postfix, "", BufferType::STENCIL, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
625 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_write" + postfix, "", BufferType::STENCIL, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp74 WRITE = 0, member in vkt::pipeline::__anon28150::SetUpdateType
186 if ((m_params.hasGraphics() && m_params.graphicsSetUpdateType != SetUpdateType::WRITE) || in checkSupport()
187 (m_params.hasCompute() && m_params.computeSetUpdateType != SetUpdateType::WRITE) || in checkSupport()
188 (m_params.hasRayTracing() && m_params.rayTracingSetUpdateType != SetUpdateType::WRITE)) in checkSupport()
479 if (hasGraphics) graphicsSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_FRAGMENT_BIT, (m_params.graphicsSetUpdateType != SetUpdateType::WRITE)); in iterate()
480 if (hasCompute) computeSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_COMPUTE_BIT, (m_params.computeSetUpdateType != SetUpdateType::WRITE)); in iterate()
481 if (hasRayTracing) rayTracingSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_RAYGEN_BIT_KHR, (m_params.rayTracingSetUpdateType != SetUpdateType::WRITE)); in iterate()
606 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()
612 if (m_params.computeSetUpdateType == SetUpdateType::WRITE) in iterate()
618 if (m_params.rayTracingSetUpdateType == SetUpdateType::WRITE) in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp72 WRITE = 0, member in vkt::pipeline::__anon29380::SetUpdateType
184 if ((m_params.hasGraphics() && m_params.graphicsSetUpdateType != SetUpdateType::WRITE) || in checkSupport()
185 (m_params.hasCompute() && m_params.computeSetUpdateType != SetUpdateType::WRITE) || in checkSupport()
186 (m_params.hasRayTracing() && m_params.rayTracingSetUpdateType != SetUpdateType::WRITE)) in checkSupport()
477 if (hasGraphics) graphicsSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_FRAGMENT_BIT, (m_params.graphicsSetUpdateType != SetUpdateType::WRITE)); in iterate()
478 if (hasCompute) computeSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_COMPUTE_BIT, (m_params.computeSetUpdateType != SetUpdateType::WRITE)); in iterate()
479 if (hasRayTracing) rayTracingSetLayout = makeSetLayout(vkd, device, VK_SHADER_STAGE_RAYGEN_BIT_KHR, (m_params.rayTracingSetUpdateType != SetUpdateType::WRITE)); in iterate()
605 if (m_params.graphicsSetUpdateType == SetUpdateType::WRITE) in iterate()
611 if (m_params.computeSetUpdateType == SetUpdateType::WRITE) in iterate()
617 if (m_params.rayTracingSetUpdateType == SetUpdateType::WRITE) in iterate()
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs14 const WRITE = linux_raw_sys::general::PROT_WRITE; consts
30 const WRITE = linux_raw_sys::general::PROT_WRITE; consts
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp190 WRITE
303 else if (m_type == TestType::WRITE) in initPrograms()
491 TestType::WRITE, in createImageMismatchedFormatsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp190 WRITE
305 else if (m_type == TestType::WRITE) in initPrograms()
483 TestType::WRITE, in createImageMismatchedFormatsTests()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.h37 #define WRITE 2 macro
/third_party/node/test/parallel/
H A Dtest-stream2-push.js92 console.error(`WRITE ${chunk}`);
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs14 const WRITE = c::PROT_WRITE; consts
30 const WRITE = c::PROT_WRITE; consts
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c45 WRITE, enumerator
384 case WRITE: in stage_name()
620 case WRITE: in build_iocb()
794 if (oper->rw == WRITE && (stages & (1 << READ))) in restart_oper()
1233 int first_stage = WRITE; in run()
1275 stages = (1 << WRITE) | (1 << READ) | (1 << RREAD) | (1 << RWRITE); in run()
/third_party/ffmpeg/libavcodec/
H A Dcbs_mpeg2.c104 #define WRITE macro
134 #undef WRITE macro
H A Dcbs_jpeg.c63 #define WRITE macro
78 #undef WRITE macro
/third_party/backends/backend/
H A Dpie-scsidef.h134 #define WRITE 0x0A macro
316 static unsigned char writeC[] = { WRITE, 0x00, 0x00, 0x00, 0x00, 0x00 };

Completed in 27 milliseconds

123