/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseResidency.hpp | 31 namespace sparse namespace 36 } // sparse
|
H A D | vktSparseResourcesBufferTests.hpp | 31 namespace sparse namespace 36 } // sparse
|
H A D | vktSparseResourcesImageAlignedMipSize.hpp | 32 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesImageBlockShapes.hpp | 32 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesQueueBindSparseTests.hpp | 23 * \brief Queue bind sparse tests 31 namespace sparse namespace 36 } // sparse
|
H A D | vktSparseResourcesShaderIntrinsics.hpp | 31 namespace sparse namespace 36 } // sparse
|
H A D | vktSparseResourcesTests.hpp | 31 namespace sparse namespace 36 } // sparse
|
H A D | vktSparseResourcesImageMemoryAliasing.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesImageSparseBinding.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesImageSparseResidency.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesMipmapSparseResidency.hpp | 31 namespace sparse namespace 37 } // sparse
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageMemoryAliasing.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesImageSparseBinding.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesImageSparseResidency.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesMipmapSparseResidency.hpp | 31 namespace sparse namespace 37 } // sparse
|
H A D | vktSparseResourcesTests.hpp | 31 namespace sparse namespace 36 } // sparse
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.h | 288 bool sparse); 309 bool sparse); 329 bool sparse); 341 bool sparse);
|
H A D | spirv_builder.c | 791 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 D | Makefile | 31 FILTER_OUT_DIRS += sparse
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
H A D | Makefile | 7 SPHINXPROJ = sparse
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | test-lexing.c | 45 sparse(file); in main()
|
H A D | test-show-type.c | 24 show_symbols(sparse(file)); in main()
|
H A D | obfuscate.c | 2 * Example trivial client program that uses the sparse library 73 emit_symbol_list(sparse(file)); in main()
|
H A D | test-linearize.c | 64 clean_up_symbols(sparse(file)); in main()
|
H A D | test-inspect.c | 38 struct symbol_list *syms = sparse(file); in main()
|