Searched refs:src_alignment (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2442 unsigned idx = 3, dest_alignment, src_alignment; local in function:vtn_handle_variables 2447 if (!vtn_get_mem_operands(b, w, count, &idx, &src_access, &src_alignment, 2449 src_alignment = dest_alignment; 2452 src = vtn_align_pointer(b, src, src_alignment); 2472 unsigned idx = 4, dest_alignment, src_alignment; local in function:vtn_handle_variables 2477 if (!vtn_get_mem_operands(b, w, count, &idx, &src_access, &src_alignment, 2479 src_alignment = dest_alignment; 2482 src = vtn_align_pointer(b, src, src_alignment);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 937 unsigned src_alignment) 965 LLVMSetAlignment(src_ptr, src_alignment); 929 store_unswizzled_block(struct gallivm_state * gallivm,LLVMValueRef base_ptr,LLVMValueRef stride,unsigned block_width,unsigned block_height,LLVMValueRef * src,struct lp_type src_type,unsigned src_count,unsigned src_alignment) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1590 unsigned src_alignment) 1618 LLVMSetAlignment(src_ptr, src_alignment); 1582 store_unswizzled_block(struct gallivm_state * gallivm,LLVMValueRef base_ptr,LLVMValueRef stride,unsigned block_width,unsigned block_height,LLVMValueRef * src,struct lp_type src_type,unsigned src_count,unsigned src_alignment) argument
|
Completed in 15 milliseconds