Home
last modified time | relevance | path

Searched refs:instance_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dbvh_rebraid.cl1417 global __const struct GRL_RAYTRACING_INSTANCE_DESC* instance_buffer,
1450 … varying global const struct GRL_RAYTRACING_INSTANCE_DESC* instance = instance_buffer + instanceID;
1477 … uniform global const struct GRL_RAYTRACING_INSTANCE_DESC* instance = instance_buffer + instanceID;
1523 global __const struct GRL_RAYTRACING_INSTANCE_DESC* instance_buffer,
1536 instance_buffer,
1549 global __const struct GRL_RAYTRACING_INSTANCE_DESC* instance_buffer,
1558 instance_buffer = (global __const struct GRL_RAYTRACING_INSTANCE_DESC*)
1559 (((global char*)instance_buffer) + indirect_data->primitiveOffset);
1566 instance_buffer,
1593 global __const struct GRL_RAYTRACING_INSTANCE_DESC* instance_buffer,
[all …]
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp668 VkBufferObj instance_buffer; in TEST_F() local
669 instance_buffer.init(*m_device, instance_buffer_size, in TEST_F()
673 uint8_t *mapped_instance_buffer_data = (uint8_t *)instance_buffer.memory().map(); in TEST_F()
675 instance_buffer.memory().unmap(); in TEST_F()
709 …uffer.BuildAccelerationStructure(&top_level_as, scratch_buffer.handle(), instance_buffer.handle()); in TEST_F()