Searched refs:firstArraySlice (Results 1 – 8 of 8) sorted by relevance
1114 uint32 firstArraySlice; member1176 uint32 firstArraySlice; member1238 uint32 firstArraySlice; member1257 uint32 firstArraySlice; member1277 uint32 firstArraySlice; member1315 uint32 firstArraySlice; member
92 desc.tex.firstArraySlice = image->u.tex.first_layer; in svga_create_uav_image()
181 viewDesc.tex.firstArraySlice = sv->base.u.tex.first_layer; in svga_validate_pipe_sampler_view()
823 cmd->firstArraySlice = desc->tex.firstArraySlice; in SVGA3D_vgpu10_DefineDepthStencilView()
598 desc.tex.firstArraySlice = s->real_layer + s->real_zslice; in svga_validate_surface_view()
1700 SVGA3D_DUMP_PARAMETER(desc.tex.firstArraySlice, u); in SVGA3D_DUMP_HEADER()1736 SVGA3D_DUMP_PARAMETER(desc.tex.firstArraySlice, u); in SVGA3D_DUMP_HEADER()1764 SVGA3D_DUMP_PARAMETER(firstArraySlice, u); in SVGA3D_DUMP_HEADER()
121 unsigned firstArraySlice = desc.Texture2DArray.FirstArraySlice; in ImageIndexConflictsWithUAV() local122 unsigned lastArraySlice = firstArraySlice + desc.Texture2DArray.ArraySize; in ImageIndexConflictsWithUAV()126 (mipLevel == mipSlice && gl::RangeUI(firstArraySlice, lastArraySlice) in ImageIndexConflictsWithUAV()
120 unsigned firstArraySlice = desc.Texture2DArray.FirstArraySlice; in ImageIndexConflictsWithUAV() local121 unsigned lastArraySlice = firstArraySlice + desc.Texture2DArray.ArraySize; in ImageIndexConflictsWithUAV()125 (mipLevel == mipSlice && gl::RangeUI(firstArraySlice, lastArraySlice) in ImageIndexConflictsWithUAV()