Searched defs:resultVariable (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp272 std::string SparseCaseOpImageSparseFetch::sparseImageOpString (const std::string& resultVariable, argument
280 src << resultVariable << " = OpImageSparseFetch " << resultType << " " << image << " " << coord << " Lod " << mipLevel << "\n";
295 std::string SparseCaseOpImageSparseRead::sparseImageOpString (const std::string& resultVariable, argument
305 src << resultVariable << " = OpImageSparseRead " << resultType << " " << image << " " << coord << "\n";
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp488 std::string SparseCaseOpImageSparseSampleExplicitLod::sparseImageOpString (const std::string& resultVariable, argument
496 src << resultVariable << " = OpImageSparseSampleExplicitLod " << resultType << " " << image << " " << coord << " Lod " << miplevel << "\n";
501 std::string SparseCaseOpImageSparseSampleImplicitLod::sparseImageOpString (const std::string& resultVariable, argument
511 src << resultVariable << " = OpImageSparseSampleImplicitLod " << resultType << " " << image << " " << coord << "\n";
516 std::string SparseCaseOpImageSparseGather::sparseImageOpString (const std::string& resultVariable, argument
580 src << resultVariable << " = OpCompositeConstruct " << resultType << " %local_gather_residency_code %local_gather_primary_texel\n";

Completed in 150 milliseconds