| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_cmd_signature.h | 31 uint8_t indexed:1; member
|
| H A D | d3d12_compute_transforms.h | 58 unsigned indexed : 1; member
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DCommandSignature.cpp | 14 bool indexed = (forIndexed == ForIndexed::kYes); in Make() local
|
| H A D | GrD3DCommandSignature.h | 24 bool isCompatible(ForIndexed indexed, unsigned int slot) const { in isCompatible() argument 40 GrD3DCommandSignature(gr_cp<ID3D12CommandSignature> commandSignature, ForIndexed indexed, in GrD3DCommandSignature() argument
|
| H A D | GrD3DResourceProvider.cpp | 68 findOrCreateCommandSignature( GrD3DCommandSignature::ForIndexed indexed, unsigned int slot) findOrCreateCommandSignature() argument
|
| /third_party/skia/third_party/externals/libwebp/extras/ |
| H A D | extras.c | 118 int WebPImportColorMappedARGB(const uint8_t* indexed, int indexed_stride, in WebPImportColorMappedARGB() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | DrawIndirectValidationTests.cpp | 67 TestIndirectOffset(utils::Expectation expectation, std::initializer_list<uint32_t> bufferList, uint64_t indirectOffset, bool indexed, wgpu::BufferUsage usage = wgpu::BufferUsage::Indirect) TestIndirectOffset() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_emit.h | 124 etna_draw_instanced(struct etna_cmd_stream *stream, uint32_t indexed, uint32_t primitive_type, uint32_t instance_count, uint32_t vertex_count, uint32_t offset) etna_draw_instanced() argument
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLExtensions.cpp | 85 bool indexed = false; in init() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Context.cpp | 108 void IndexBuffer::getIndexBuffers(VkPrimitiveTopology topology, uint32_t count, uint32_t first, bool indexed, bool hasPrimitiveRestartEnable, std::vector<std::pair<uint32_t, void *>> *indexBuffers) const in getIndexBuffers() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | soc21.c | 288 soc21_get_register_value(struct amdgpu_device *adev, bool indexed, u32 se_num, u32 sh_num, u32 reg_offset) soc21_get_register_value() argument
|
| H A D | nv.c | 375 nv_get_register_value(struct amdgpu_device *adev, bool indexed, u32 se_num, u32 sh_num, u32 reg_offset) nv_get_register_value() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_fetch.h | 50 indexed, enumerator
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Buffer.cpp | 367 void Buffer::onTFBindingChanged(const Context *context, bool bound, bool indexed) in onTFBindingChanged() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkPipeline.cpp | 279 void GraphicsPipeline::getIndexBuffers(uint32_t count, uint32_t first, bool indexed, std::vector<std::pair<uint32_t, void *>> *indexBuffers) const in getIndexBuffers() argument
|
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| H A D | es2sDrawTests.cpp | 180 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | nv.c | 235 nv_get_register_value(struct amdgpu_device *adev, bool indexed, u32 se_num, u32 sh_num, u32 reg_offset) nv_get_register_value() argument
|
| H A D | cik.c | 1149 bool indexed = cik_allowed_read_registers[i].grbm_indexed; in cik_read_register() local 1046 cik_get_register_value(struct amdgpu_device *adev, bool indexed, u32 se_num, u32 sh_num, u32 reg_offset) cik_get_register_value() argument
|
| H A D | si.c | 1136 bool indexed = si_allowed_read_registers[i].grbm_indexed; in si_read_register() local 1054 si_get_register_value(struct amdgpu_device *adev, bool indexed, u32 se_num, u32 sh_num, u32 reg_offset) si_get_register_value() argument
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| H A D | copy_up.c | 446 bool indexed; member
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| H A D | apple-gmux.c | 50 bool indexed; member [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_nir.c | 102 bool indexed = type == DZN_INDIRECT_INDEXED_DRAW || in dzn_nir_indirect_draw_shader() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sDrawTests.cpp | 369 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDrawElementsBaseVertexTests.cpp | 882 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX) in init() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDrawTests.cpp | 438 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() local
|