• Home
  • Raw
  • Download

Lines Matching refs:resident

112     be made resident.  Accessing a texture or image by handle without first
113 making it resident can result in undefined results, including program
117 texture memory consumption by making a texture resident and non-resident
283 variable is not a valid texture handle or is not resident (section 3.9.X),
350 value of an image variable is not a valid image handle or is not resident
452 operations, a texture handle must first be made resident by calling:
456 While the texture handle is resident, it may be used in texture mapping
458 using a handle that is not resident, the results of that operation are
460 is resident, the texture it references is also considered resident for the
463 already resident in the current GL context.
470 texture handle, or if <handle> is not resident in the current GL context.
553 atomic operations, the handle must be made resident by calling:
559 an image handle made resident as WRITE_ONLY, or writes to an image handle
560 made resident as READ_ONLY, the results of that shader operation are
563 if <handle> is already resident in the current GL context.
565 While the image handle is resident, it may be used in image load, store,
567 using a handle that is not resident, the results of that operation are
569 is resident, the texture it references is not necessarily considered
570 resident for the purposes of the AreTexturesResident command.
577 handle, or if <handle> is not resident in the current GL context.
613 return TRUE if the specified texture or image handle is resident in the
629 object is resident for any context. Texture and image handles are not
641 must be made resident separately in each context referencing them by GPU
644 context where the buffer or handle has not been made resident in that
647 been made resident for other contexts belonging to the context's share
692 OpenGL API (Section 3.9.X, Bindless Textures) that has been made resident,
696 that is not a texture image unit reference and is not a valid and resident
743 by this extension) that has been made resident, and that contains image
746 resident image handle produces undefined results including possible
1056 <handle> is not a valid texture handle, or if <handle> is already resident
1060 if <handle> is not a valid texture handle, or if <handle> is not resident
1075 <handle> is not a valid image handle, or if <handle> is already resident
1079 if <handle> is not a valid image handle, or if <handle> is not resident in
1110 // Make the handle resident before using it.
1131 // can make it non-resident to reduce the overall memory footprint.
1135 // not guaranteed to be resident, and using it in a draw call could
1137 // resident again before it's needed for rendering.
1195 ResidentNV resident for the current
1212 ResidentNV resident for the current
1278 object is resident on any context. This decision is similar to that of
1297 the handle must be made resident in all such contexts.
1300 handle that is resident in another context?
1303 space and make all handles using the texture non-resident in the current
1307 anywhere and there are no handles using the object that are resident in
1344 able to make a given texture resident only for reading or writing. For
1392 resident for the context in question.
1418 (a) invalid, (b) non-resident, or (c) corresponds to a texture of a
1426 For (b), we treat non-resident handles as invalid. Note that this
1427 extension doesn't require that accesses to non-resident handles fail.
1460 limit on the total number of resident texture handles.
1470 (18) Texture and image handles may be made resident or non-resident. How
1479 resident in GPU-accessible memory.
1481 When a texture handle is not made resident, the texture that it refers
1486 When a texture handle is made resident, the texture that it refers to is
1487 also considered resident for the purposes of the old TEXTURE_RESIDENT
1488 query. When an image handle is resident, the texture that it refers to
1489 may or may not be considered resident for the query -- the resident