Searched refs:GpuComputeProgramVk (Results 1 – 4 of 4) sorted by relevance
92 GpuComputeProgramVk::GpuComputeProgramVk(Device& device, const GpuComputeProgramCreateData& createD… in GpuComputeProgramVk() function in GpuComputeProgramVk118 const GpuComputeProgramPlatformDataVk& GpuComputeProgramVk::GetPlatformData() const in GetPlatformData()123 const ComputeShaderReflection& GpuComputeProgramVk::GetReflection() const in GetReflection()
60 class GpuComputeProgramVk final : public GpuComputeProgram {62 GpuComputeProgramVk(Device& aDevice, const GpuComputeProgramCreateData& aCreateData);63 ~GpuComputeProgramVk() = default;
543 const GpuComputeProgramVk& program = static_cast<const GpuComputeProgramVk&>(gpuComputeProgram); in ComputePipelineStateObjectVk()
1300 return make_unique<GpuComputeProgramVk>(*this, data); in CreateGpuComputeProgram()