Searched refs:store_op (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_pass.c | 80 att->store_op = pCreateInfo->pAttachments[i].storeOp;
|
| H A D | panvk_private.h | 984 VkAttachmentStoreOp store_op; member in struct:panvk_render_pass_attachment
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_mi_builder.h | 568 uint32_t store_op, uint32_t store_src) 576 dw[3] = _gen_mi_pack_alu(store_op, _gen_mi_value_as_gpr(dst), store_src); 566 gen_mi_math_binop(struct gen_mi_builder * b,uint32_t opcode,struct gen_mi_value src0,struct gen_mi_value src1,uint32_t store_op,uint32_t store_src) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 268 .store_op = pCreateInfo->pAttachments[i].storeOp, 437 .store_op = pCreateInfo->pAttachments[i].storeOp,
|
| H A D | anv_private.h | 3574 VkAttachmentStoreOp store_op; member in struct:anv_render_pass_attachment
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 366 .store_op = pCreateInfo->pAttachments[i].storeOp,
|
| H A D | anv_private.h | 4600 VkAttachmentStoreOp store_op; member in struct:anv_render_pass_attachment
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 569 VkAttachmentStoreOp store_op, 576 att->store = (store_op == VK_ATTACHMENT_STORE_OP_STORE); 566 attachment_set_ops(struct tu_render_pass_attachment * att,VkAttachmentLoadOp load_op,VkAttachmentLoadOp stencil_load_op,VkAttachmentStoreOp store_op,VkAttachmentStoreOp stencil_store_op) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | mi_builder.h | 756 uint32_t store_op, uint32_t store_src) 764 dw[3] = _mi_pack_alu(store_op, _mi_value_as_gpr(dst), store_src); 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) argument
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_cmd_buffer.c | 373 VkAttachmentStoreOp store_op) 396 return store_op == VK_ATTACHMENT_STORE_OP_STORE; 370 check_needs_store(const struct v3dv_cmd_buffer_state * state,VkImageAspectFlags aspect,uint32_t last_subpass_idx,VkAttachmentStoreOp store_op) argument
|
Completed in 27 milliseconds