Home
last modified time | relevance | path

Searched refs:resource_type (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp193 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()
Dspirv_cpp.hpp86 std::string resource_type; member in SPIRV_CROSS_NAMESPACE::CompilerCPP
/third_party/node/test/node-api/test_async_context/
Dbinding.c63 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/
Dinspector_test.cc1313 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 …]
Dinspector.cc390 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()
Dresource_binding.h106 ResourceType resource_type; member
Dinspector.h181 ResourceBinding::ResourceType resource_type);
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c2815 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/
DShaderModule.cpp306 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/
Ddxil_container.h78 uint32_t resource_type; member
Dnir_to_dxil.c886 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/
Dradv_sdma_copy_image.c151 image->planes[0].surface.u.gfx9.resource_type << 9 | in radv_sdma_v4_v5_copy_image_to_buffer()
Dradv_device.c6461 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/
Dac_surface.h234 enum gfx9_resource_type resource_type:8; /* 1D, 2D or 3D */ member
Dac_surface.c2324 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/
Dmain.cc706 switch (binding.resource_type) { in GenerateMsl()
1159 << ResourceTypeToString(binding.resource_type) << std::endl; in main()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c190 tiled->surface.u.gfx9.resource_type << 9 | in si_sdma_v4_v5_copy_texture()
Dsi_state.c2178 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/
Dvmlinux.h62840 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/
D21.1.0.rst3595 - ac/surface: pack gfx9_surf_layout:resource_type better to save 8 bytes