Home
last modified time | relevance | path

Searched refs:sparse (Results 26 - 50 of 157) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseResidency.hpp31 namespace sparse namespace
36 } // sparse
H A DvktSparseResourcesBufferTests.hpp31 namespace sparse namespace
36 } // sparse
H A DvktSparseResourcesImageAlignedMipSize.hpp32 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesImageBlockShapes.hpp32 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesQueueBindSparseTests.hpp23 * \brief Queue bind sparse tests
31 namespace sparse namespace
36 } // sparse
H A DvktSparseResourcesShaderIntrinsics.hpp31 namespace sparse namespace
36 } // sparse
H A DvktSparseResourcesTests.hpp31 namespace sparse namespace
36 } // sparse
H A DvktSparseResourcesImageMemoryAliasing.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesImageSparseBinding.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesImageSparseResidency.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesMipmapSparseResidency.hpp31 namespace sparse namespace
37 } // sparse
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesImageSparseBinding.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesImageSparseResidency.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesMipmapSparseResidency.hpp31 namespace sparse namespace
37 } // sparse
H A DvktSparseResourcesTests.hpp31 namespace sparse namespace
36 } // sparse
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h288 bool sparse);
309 bool sparse);
329 bool sparse);
341 bool sparse);
H A Dspirv_builder.c791 bool sparse) in spirv_builder_emit_image_sample()
797 if (sparse) { in spirv_builder_emit_image_sample()
898 bool sparse) in spirv_builder_emit_image_read()
905 if (sparse) in spirv_builder_emit_image_read()
923 spirv_buffer_emit_word(&b->instructions, (sparse ? SpvOpImageSparseRead : SpvOpImageRead) | in spirv_builder_emit_image_read()
982 bool sparse) in spirv_builder_emit_image_gather()
985 SpvId op = sparse ? SpvOpImageSparseGather : SpvOpImageGather; in spirv_builder_emit_image_gather()
1007 op = sparse ? SpvOpImageSparseDrefGather : SpvOpImageDrefGather; in spirv_builder_emit_image_gather()
1008 if (sparse) in spirv_builder_emit_image_gather()
1038 bool sparse) in spirv_builder_emit_image_fetch()
778 spirv_builder_emit_image_sample(struct spirv_builder *b, SpvId result_type, SpvId sampled_image, SpvId coordinate, bool proj, SpvId lod, SpvId bias, SpvId dref, SpvId dx, SpvId dy, SpvId const_offset, SpvId offset, SpvId min_lod, bool sparse) spirv_builder_emit_image_sample() argument
891 spirv_builder_emit_image_read(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId lod, SpvId sample, SpvId offset, bool sparse) spirv_builder_emit_image_read() argument
972 spirv_builder_emit_image_gather(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId component, SpvId lod, SpvId sample, SpvId const_offset, SpvId offset, SpvId dref, bool sparse) spirv_builder_emit_image_gather() argument
1030 spirv_builder_emit_image_fetch(struct spirv_builder *b, SpvId result_type, SpvId image, SpvId coordinate, SpvId lod, SpvId sample, SpvId const_offset, SpvId offset, bool sparse) spirv_builder_emit_image_fetch() argument
[all...]
/third_party/ltp/tools/
H A DMakefile31 FILTER_OUT_DIRS += sparse
/third_party/ltp/tools/sparse/sparse-src/Documentation/
H A DMakefile7 SPHINXPROJ = sparse
/third_party/ltp/tools/sparse/sparse-src/
H A Dtest-lexing.c45 sparse(file); in main()
H A Dtest-show-type.c24 show_symbols(sparse(file)); in main()
H A Dobfuscate.c2 * Example trivial client program that uses the sparse library
73 emit_symbol_list(sparse(file)); in main()
H A Dtest-linearize.c64 clean_up_symbols(sparse(file)); in main()
H A Dtest-inspect.c38 struct symbol_list *syms = sparse(file); in main()

Completed in 13 milliseconds

1234567