/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cpp.cpp | 193 statement("struct Resources : ", resource_type); in emit_resources() 281 statement(resource_type, "::init(s);"); in emit_resources() 526 resource_type = "GeometryResources"; in emit_header() 531 resource_type = "VertexResources"; in emit_header() 536 resource_type = "FragmentResources"; in emit_header() 542 resource_type = "ComputeResources"; in emit_header() 547 resource_type = "TessControlResources"; in emit_header() 552 resource_type = "TessEvaluationResources"; in emit_header()
|
D | spirv_cpp.hpp | 86 std::string resource_type; member in SPIRV_CROSS_NAMESPACE::CompilerCPP
|
/third_party/node/test/node-api/test_async_context/ |
D | binding.c | 63 napi_valuetype resource_type; in CreateAsyncResource() local 64 NODE_API_CALL(env, napi_typeof(env, resource, &resource_type)); in CreateAsyncResource() 65 if (resource_type != napi_object) { in CreateAsyncResource() 80 if (resource_type == napi_object && destroy_on_finalizer) { in CreateAsyncResource()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector_test.cc | 1313 result[0].resource_type); in TEST_F() 1318 result[1].resource_type); in TEST_F() 1323 result[2].resource_type); in TEST_F() 1327 EXPECT_EQ(ResourceBinding::ResourceType::kSampler, result[3].resource_type); in TEST_F() 1332 result[4].resource_type); in TEST_F() 1337 result[5].resource_type); in TEST_F() 1342 result[6].resource_type); in TEST_F() 1347 result[7].resource_type); in TEST_F() 1352 result[8].resource_type); in TEST_F() 1402 result[0].resource_type); in TEST_F() [all …]
|
D | inspector.cc | 390 entry.resource_type = ResourceBinding::ResourceType::kUniformBuffer; in GetUniformBufferResourceBindings() 427 entry.resource_type = ResourceBinding::ResourceType::kSampler; in GetSamplerResourceBindings() 452 entry.resource_type = ResourceBinding::ResourceType::kComparisonSampler; in GetComparisonSamplerResourceBindings() 481 ResourceBinding::ResourceType resource_type) { in GetTextureResourceBindings() argument 495 entry.resource_type = resource_type; in GetTextureResourceBindings() 680 entry.resource_type = in GetStorageBufferResourceBindingsImpl() 713 entry.resource_type = in GetSampledTextureResourceBindingsImpl() 754 entry.resource_type = in GetStorageTextureResourceBindingsImpl()
|
D | resource_binding.h | 106 ResourceType resource_type; member
|
D | inspector.h | 181 ResourceBinding::ResourceType resource_type);
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 2815 GLenum resource_type; in _mesa_GetSubroutineUniformLocation() local 2833 resource_type = _mesa_shader_stage_to_subroutine_uniform(stage); in _mesa_GetSubroutineUniformLocation() 2834 return _mesa_program_resource_location(shProg, resource_type, name); in _mesa_GetSubroutineUniformLocation() 2845 GLenum resource_type; in _mesa_GetSubroutineIndex() local 2863 resource_type = _mesa_shader_stage_to_subroutine(stage); in _mesa_GetSubroutineIndex() 2864 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); in _mesa_GetSubroutineIndex() 2884 GLenum resource_type; in _mesa_GetActiveSubroutineUniformiv() local 2897 resource_type = _mesa_shader_stage_to_subroutine_uniform(stage); in _mesa_GetActiveSubroutineUniformiv() 2913 res = _mesa_program_resource_find_index(shProg, resource_type, index); in _mesa_GetActiveSubroutineUniformiv() 2921 res = _mesa_program_resource_find_index(shProg, resource_type, index); in _mesa_GetActiveSubroutineUniformiv() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 306 tint::inspector::ResourceBinding::ResourceType resource_type) { in TintResourceTypeToBufferBindingType() argument 307 switch (resource_type) { in TintResourceTypeToBufferBindingType() 321 tint::inspector::ResourceBinding::ResourceType resource_type) { in TintResourceTypeToStorageTextureAccess() argument 322 switch (resource_type) { in TintResourceTypeToStorageTextureAccess() 877 info->bindingType = TintResourceTypeToBindingInfoType(resource.resource_type); in ReflectShaderUsingTint() 883 resource.resource_type)); in ReflectShaderUsingTint() 886 switch (resource.resource_type) { in ReflectShaderUsingTint() 901 if (resource.resource_type == in ReflectShaderUsingTint() 903 resource.resource_type == in ReflectShaderUsingTint() 912 resource.resource_type == tint::inspector::ResourceBinding:: in ReflectShaderUsingTint() [all …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_container.h | 78 uint32_t resource_type; member
|
D | nir_to_dxil.c | 886 resource_v0->resource_type = type; in add_resource() 1291 switch (res->resource_type) { in emit_static_indexing_handles() 1330 res->resource_type != DXIL_RES_UAV_RAW && in emit_static_indexing_handles() 1337 res->resource_type == DXIL_RES_UAV_RAW) in emit_static_indexing_handles()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_sdma_copy_image.c | 151 image->planes[0].surface.u.gfx9.resource_type << 9 | in radv_sdma_v4_v5_copy_image_to_buffer()
|
D | radv_device.c | 6461 S_028EE0_MIP0_DEPTH(mip0_depth) | S_028EE0_RESOURCE_TYPE(surf->u.gfx9.resource_type) | in radv_initialise_color_surface() 6466 S_028C74_MIP0_DEPTH(mip0_depth) | S_028C74_RESOURCE_TYPE(surf->u.gfx9.resource_type); in radv_initialise_color_surface()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface.h | 234 enum gfx9_resource_type resource_type:8; /* 1D, 2D or 3D */ member
|
D | ac_surface.c | 2324 surf->u.gfx9.resource_type = AddrSurfInfoIn.resourceType; in gfx9_compute_surface() 2868 if (surf->u.gfx9.resource_type == RADEON_RESOURCE_3D) in ac_surface_get_gfx9_pitch_align()
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 706 switch (binding.resource_type) { in GenerateMsl() 1159 << ResourceTypeToString(binding.resource_type) << std::endl; in main()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_sdma_copy_image.c | 190 tiled->surface.u.gfx9.resource_type << 9 | in si_sdma_v4_v5_copy_texture()
|
D | si_state.c | 2178 tex->surface.u.gfx9.resource_type == RADEON_RESOURCE_2D) { in si_tex_dim() 2670 S_028EE0_RESOURCE_TYPE(tex->surface.u.gfx9.resource_type) | in si_initialize_color_surface() 2675 S_028C74_RESOURCE_TYPE(tex->surface.u.gfx9.resource_type); in si_initialize_color_surface()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 62840 u8 resource_type; member 62849 u8 resource_type; member 62860 u8 resource_type; member 62871 u8 resource_type; member 62882 u8 resource_type; member 63257 u8 resource_type; member 63983 u8 resource_type; member 63991 u8 resource_type; member 64007 u8 resource_type; member 64020 u8 resource_type; member [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 3595 - ac/surface: pack gfx9_surf_layout:resource_type better to save 8 bytes
|