Searched refs:load_op (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_conditional_render.c55 int load_op; local
79 load_op = MI_PREDICATE_LOADOP_LOAD;
81 load_op = MI_PREDICATE_LOADOP_LOADINV;
85 load_op |
/external/v8/src/compiler/
H A Dsimd-scalar-lowering.cc150 const Operator* load_op) {
158 NodeProperties::ChangeOp(rep_nodes[0], load_op);
163 rep_nodes[3] = graph()->NewNode(load_op, base, indices[3], effect_input,
165 rep_nodes[2] = graph()->NewNode(load_op, base, indices[2], rep_nodes[3],
167 rep_nodes[1] = graph()->NewNode(load_op, base, indices[1], rep_nodes[2],
172 rep_nodes[i] = graph()->NewNode(load_op, base, indices[i]);
281 const Operator* load_op; local
283 load_op = machine()->Load(MachineType::Int32());
285 load_op = machine()->Load(MachineType::Float32());
287 LowerLoadOp(rep, node, load_op);
149 LowerLoadOp(MachineRepresentation rep, Node* node, const Operator* load_op) argument
293 const Operator* load_op; local
[all...]
H A Dsimd-scalar-lowering.h59 const Operator* load_op);
H A Dint64-lowering.cc158 const Operator* load_op; local
161 load_op = machine()->Load(MachineType::Int32());
164 load_op = machine()->UnalignedLoad(MachineType::Int32());
171 high_node = graph()->NewNode(load_op, base, index_high, effect_high,
177 high_node = graph()->NewNode(load_op, base, index_high);
180 NodeProperties::ChangeOp(node, load_op);
H A Dwasm-compiler.cc1631 const Operator* load_op = jsgraph()->machine()->Load(type); local
1634 graph()->NewNode(load_op, stack_slot_param0, jsgraph()->Int32Constant(0),
1682 const Operator* load_op = jsgraph()->machine()->Load(result_type); local
1684 graph()->NewNode(load_op, stack_slot_result, jsgraph()->Int32Constant(0),
1783 const Operator* load_op = jsgraph()->machine()->Load(result_type); local
1785 graph()->NewNode(load_op, stack_slot_result, jsgraph()->Int32Constant(0),
2210 const Operator* load_op = jsgraph()->machine()->Load(result_type); local
2212 graph()->NewNode(load_op, stack_slot_dst, jsgraph()->Int32Constant(0),
H A Dast-graph-builder.cc3061 const Operator* load_op = local
3066 osr_context = effect = graph->NewNode(load_op, osr_context, effect);
/external/mesa3d/src/amd/vulkan/
H A Dradv_pass.c62 att->load_op = pCreateInfo->pAttachments[i].loadOp;
H A Dradv_private.h1231 VkAttachmentLoadOp load_op; member in struct:radv_render_pass_attachment
H A Dradv_cmd_buffer.c1311 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1317 att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/external/mesa3d/src/intel/vulkan/
H A Danv_pass.c74 att->load_op = pCreateInfo->pAttachments[i].loadOp;
H A DgenX_cmd_buffer.c499 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
505 att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
H A Danv_private.h1792 VkAttachmentLoadOp load_op; member in struct:anv_render_pass_attachment

Completed in 1561 milliseconds