Searched refs:buffer_layout (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | vertex_pulling.cc | 288 const VertexBufferLayoutDescriptor& buffer_layout = in CreateVertexPullingPreamble() local 291 if ((buffer_layout.array_stride & 3) != 0) { in CreateVertexPullingPreamble() 297 std::to_string(buffer_layout.array_stride) + " bytes"); in CreateVertexPullingPreamble() 301 auto* index_expr = buffer_layout.step_mode == VertexStepMode::kVertex in CreateVertexPullingPreamble() 311 if (buffer_layout.array_stride != 4) { in CreateVertexPullingPreamble() 313 ctx.dst->Mul(index_expr, buffer_layout.array_stride / 4u); in CreateVertexPullingPreamble() 321 buffer_layout.attributes) { in CreateVertexPullingPreamble()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_execute.c | 2389 const struct vk_image_buffer_layout buffer_layout = in handle_copy_image_to_buffer2() local 2393 buffer_layout.row_stride_B, in handle_copy_image_to_buffer2() 2394 buffer_layout.image_stride_B, in handle_copy_image_to_buffer2() 2402 buffer_layout.row_stride_B, in handle_copy_image_to_buffer2() 2403 buffer_layout.image_stride_B, in handle_copy_image_to_buffer2() 2465 const struct vk_image_buffer_layout buffer_layout = in handle_copy_buffer_to_image() local 2475 buffer_layout.row_stride_B, in handle_copy_buffer_to_image() 2476 buffer_layout.image_stride_B, in handle_copy_buffer_to_image() 2486 buffer_layout.row_stride_B, in handle_copy_buffer_to_image() 2487 buffer_layout.image_stride_B, in handle_copy_buffer_to_image()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_blorp.c | 511 const struct vk_image_buffer_layout buffer_layout = in copy_buffer_to_image() local 533 buffer_layout.row_stride_B, buffer_format, in copy_buffer_to_image() 573 buffer.surf.addr.offset += buffer_layout.image_stride_B; in copy_buffer_to_image()
|