/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.h | 226 VkAttachmentStoreOp store_op; member
|
H A D | vk_render_pass.c | 339 .store_op = desc->storeOp, in vk_render_pass_attachment_init() 1640 color_attachment->storeOp = rp_att->store_op; in begin_subpass() 1761 depth_attachment.storeOp = rp_att->store_op; in begin_subpass()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | int64-lowering.h | 71 const Operator* store_op);
|
H A D | memory-lowering.cc | 514 const Operator* store_op = ElementSizeInBytes(rep) > kTaggedSize && in ReduceStoreToObject() local 518 NodeProperties::ChangeOp(node, store_op); in ReduceStoreToObject()
|
H A D | int64-lowering.cc | 194 const Operator* store_op) { in LowerStoreOperator() 214 high_node = graph()->NewNode(store_op, base, index_high, in LowerStoreOperator() 220 high_node = graph()->NewNode(store_op, base, index_high, in LowerStoreOperator() 226 NodeProperties::ChangeOp(node, store_op); in LowerStoreOperator() 193 LowerStoreOperator(Node* node, MachineRepresentation rep, const Operator* store_op) LowerStoreOperator() argument
|
H A D | wasm-compiler.cc | 4288 const Operator* store_op = mcgraph()->machine()->Store(StoreRepresentation( in BuildAsmjsStoreMem() local 4290 Node* store = graph()->NewNode(store_op, mem_start, index, val, effect(), in BuildAsmjsStoreMem()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 4159 const char *store_op = nullptr; in write_access_chain() local 4163 store_op = "Store"; in write_access_chain() 4166 store_op = "Store2"; in write_access_chain() 4169 store_op = "Store3"; in write_access_chain() 4172 store_op = "Store4"; in write_access_chain() 4187 store_op = "Store"; in write_access_chain() 4188 statement(base, ".", store_op, template_expr, "(", chain.dynamic_index, chain.static_index, ", ", in write_access_chain() 4225 const char *store_op = nullptr; in write_access_chain() local 4229 store_op = "Store"; in write_access_chain() 4232 store_op in write_access_chain() [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_pass.c | 80 att->store_op = pCreateInfo->pAttachments[i].storeOp; in panvk_CreateRenderPass2()
|
H A D | panvk_private.h | 1039 VkAttachmentStoreOp store_op;
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pass.c | 373 attachment->store_op = desc->storeOp; in pvr_CreateRenderPass2()
|
H A D | pvr_private.h | 1200 VkAttachmentStoreOp store_op; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.c | 670 VkAttachmentStoreOp store_op, in attachment_set_ops() 684 att->store = (store_op == VK_ATTACHMENT_STORE_OP_STORE); in attachment_set_ops() 666 attachment_set_ops(struct tu_device *device, struct tu_render_pass_attachment *att, VkAttachmentLoadOp load_op, VkAttachmentLoadOp stencil_load_op, VkAttachmentStoreOp store_op, VkAttachmentStoreOp stencil_store_op) attachment_set_ops() argument
|
/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 756 uint32_t store_op, uint32_t store_src) in mi_math_binop() 764 dw[3] = _mi_pack_alu(store_op, _mi_value_as_gpr(dst), store_src); in mi_math_binop() 754 mi_math_binop(struct mi_builder *b, uint32_t opcode, struct mi_value src0, struct mi_value src1, uint32_t store_op, uint32_t store_src) mi_math_binop() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 458 VkAttachmentStoreOp store_op; member
|
H A D | dzn_cmd_buffer.c | 3545 cmdbuf->state.render.attachments.colors[i].store_op = att->storeOp; in dzn_CmdBeginRendering() 3569 cmdbuf->state.render.attachments.depth.store_op = att->storeOp; in dzn_CmdBeginRendering() 3585 cmdbuf->state.render.attachments.stencil.store_op = att->storeOp; in dzn_CmdBeginRendering()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 404 VkAttachmentStoreOp store_op) in check_needs_store() 427 return store_op == VK_ATTACHMENT_STORE_OP_STORE; in check_needs_store() 401 check_needs_store(const struct v3dv_cmd_buffer_state *state, VkImageAspectFlags aspect, uint32_t last_subpass_idx, VkAttachmentStoreOp store_op) check_needs_store() argument
|